Skip to content

Bottom Navigation

Fixed bottom nav for mobile-first apps.

Installation

Anatomy

Usage

Disclaimer

Don't include position: absolute on the BottomNavigationList. It's just for the examples.

Examples

Icon only

Use aria-label on the BottomNavigationItem to give the item a label for screen readers.

Use the asChild prop on BottomNavigationItem with Link.

API Reference

BottomNavigation

Root wrapper for the bottom navigation bar.

BottomNavigationList

Fixed bar at the bottom. Typically holds nav items.

BottomNavigationItem

Single navigation link or button.

BottomNavigationItemIcon

Holds the item icon.

BottomNavigationItemLabel

Holds the item label text.


For a complete list of props, see the Ark UI documentation.