Bottom Navigation Item Component
Represents a single item in a bottom navigation bar.
Properties
Name | Type | Default | Description |
---|---|---|---|
active | boolean | false | Indicates whether the navigation item is active or not. |
value | string | undefined | The value associated with the item. This value has to be unique among sibling items. |
Slots
Name | Description |
---|---|
icon | The slot for the icon element. |
default | The default slot for the content/label. |
Events
Name | Description |
---|---|
activate | - |
deactivate | - |