@activelylearn/material-ui
Version:
Material-UI's workspace package
19 lines (11 loc) • 615 B
Markdown
components: BottomNavigation, BottomNavigationAction
# Bottom Navigation
[Bottom navigation](https://material.io/design/components/bottom-navigation.html) bars make it easy to explore and switch between top-level views in a single tap.
## Bottom Navigation
When there are only **three** actions, display both icons and text labels at all times.
{{"demo": "pages/demos/bottom-navigation/SimpleBottomNavigation.js"}}
## Bottom Navigation with no label
If there are **four** or **five** actions, display inactive views as icons only.
{{"demo": "pages/demos/bottom-navigation/LabelBottomNavigation.js"}}