link
Navigation link. Used inside nav, breadcrumb mode, and as standalone inline links.
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
label | string | - | Link text. |
icon | string | - | Icon name. |
active | boolean | false | Marks the current/active route. |
count | number | - | Badge count shown alongside the label. |
href | string | - | URL destination. |
link(label="Dashboard" icon="home" active=true)link(label="Notifications" count=5)