Skip to content

BottomNavigation

Bottom navigation actions.

import { BottomNavigation, BottomNavigationAction } from '@truongdq01/ui';
<BottomNavigation defaultValue="home">
<BottomNavigationAction value="home" label="Home" />
<BottomNavigationAction value="profile" label="Profile" />
</BottomNavigation>;
  • Refer to the component props in the API reference or source for advanced configuration.