Skip to content

BottomNavigation

Bottom navigation bars are used to navigate between primary application views.

  • The selected state of BottomNavigationAction has been visually reinforced, and semantically conveyed using the aria-current attribute.
  • The markup of BottomNavigationAction now includes a wrapper element around the icon and label.
  • Includes forced-colors support.
  • showLabels prop of ButtonNavigation now defaults to true.
  • showLabel prop of BottomNavigationAction is not supported. Set showLabels on BottomNavigation to have it applied consistently to all BottomNavigationAction