Skip to content

Bottom Navigation Item Component

Represents a single item in a bottom navigation bar.

Properties

NameTypeDefaultDescription
activebooleanfalseIndicates whether the navigation item is active or not.
valuestringundefinedThe value associated with the item. This value has to be unique among sibling items.

Slots

NameDescription
iconThe slot for the icon element.
defaultThe default slot for the content/label.

Events

NameDescription
activate-
deactivate-