Bottom navigation

A mobile bottom tab bar.

API reference

nav[buiBottomNavigation]

Inputs

PropTypeDefaultDescription
ariaLabelstring'Bottom navigation'Accessible label applied to the navigation element.

a[buiBottomNavItem], button[buiBottomNavItem]

Inputs

PropTypeDefaultDescription
labelstring''Caption shown beneath the projected icon; hidden when empty.
activebooleanfalseWhether this tab is the current page; sets `aria-current="page"`.
badgestring | number | boolean | nullnullBadge content; `true` renders a dot, a string/number renders a count, `null` shows nothing.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.