Skip to content

MDBottomNavigation

username-removed-666871 requested to merge bottom_navigation into master

Based on the spec: https://material.google.com/components/bottom-navigation.html#bottom-navigation-specs

Works in the same way as tabs but things are named differently:

  • MDTabbedPanel = MDBottomNavigation

  • MDTab = MDBottomNavigationItem

Demo currently located in tabs.py

Todo:

  • Active color update when primary color updates
  • Padding improvements
  • Demo in KitchenSink

Merge request reports