<cla-nav-item>
Navigation item
Usage
Properties
Property | Required | Description | Type | Default |
---|---|---|---|---|
active | false | Whether nav tabs is active. | boolean | null |
href | false | nav tab href link . | any | null |
name | false | nav tab name & id - fills the 'data-name' and 'id' attributes of the `<li>` | any | null |
navtitle | false | Whether to display nav items as link or titles in block mode (this attribute will not work in the list is in inline mode) | boolean | null |
size | false | The nav tab size. | "default" | "large" | "small" | "xsmall" | 'default' |
Slots
Slot | Description |
---|---|
any | Link or title content |
Events
Event | Description | Type |
---|---|---|
claNavItemDidLoad | Emitted when nav item loads. |
|