Skip to content

NaiveTabbar

This component can be used for mobile and tablet navigation.

ts
interface TabbarRoute {
  label: string;
  iconSelected: string;
  iconUnselected: string;
  to: RouteLocationRaw;
}

Props

NameTypeDefaultNote
routesTabbarRoute[ ]Recommended to not exceed 5 routes
iconSizenumber | string24