NavigationBarItem API
API reference docs for theNavigationBarItem
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
label | React.ReactNode | The label displayed below the icon | _ |
icon | Icon | The icon to be displayed | _ |
href | string | The URL or path the navigation item should link to | _ |
isActive? | boolean | Whether the item is active | false |