Navigation
The Navigation component provides lightweight semantic navigation links using native HTML elements.
Ignix Lite navigation supports active states, keyboard accessibility, and flexible layouts.
Usage
- Preview
- Code
Multiple Links
- Preview
- Code
Accessibility
| Feature | Description |
|---|---|
| Semantic HTML | Uses native nav element |
| Active state | Supports aria-current="page" |
| Keyboard support | Accessible focus styles |
Attributes
| Attribute | Type | Description |
|---|---|---|
aria-current | 'page' | Indicates active navigation link |
href | string | Navigation target |