Skip to content

Navigation Bar ​

javascript
import { XerNavigationBar, XerNavigationBarItem } from "@xerius/codey-components";

Showcases ​

Default ​

Animated ​

Props ​

All given attributes will be bound to the root nav element.

NameTypeDefaultRequiredDescription
linkStringfalseThe path the link will go to.
iconIcon ComponentfalseThe icon value.
animationStringfalseThe CSS animation class for the icon.
activeBooleanfalsefalseIf set to true, it indicates that the navigation item is active.
disabledBooleannullfalseIf set to true, the navigation item will be disabled.
dataAutomationIdStringnavigation-bar-itemfalseThe automation Id for this component.