Navlink
Navigation link with active state
Sidebar navigation link with automatic active state detection.
Usage
With icon
With click handler
Props
| prop | type | default | description |
|---|---|---|---|
| href | string | - | Link destination |
| children | ReactNode | - | Link text |
| icon | ReactNode | - | Optional icon |
| onClick | () => void | - | Click handler |