NavbarExpandBreakpoint - MikaBerglund/Blazor-Bootstrap GitHub Wiki
NavbarExpandBreakpoint Enumeration
Defines constants used by the Navbar
component to specify at which point the menu changes from a collapsed mobile friendly menu to a fully expanded menu.
The constants are defined as:
SM
- TheNavbar
will expand atSM
(portrait phones) or larger screen sizes (576px
and above).MD
- TheNavbar
will expand atMD
(tablets) or larger screen sizes (768px
and above).LG
- TheNavbar
will expand atLG
(desktops) or larger screen sizes (992px
and above).XL
- TheNavbar
will expand atXL
(large desktops) or larger screen sizes (1200px
and above).Never
- The Navbar will never expand and always stay in a collapsed mode.Always
The Navbar will always be expanded, and never collapse.