Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

NavbarExpandBreakpoint

Mika Berglund edited this page Dec 20, 2019 · 1 revision

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 - The Navbar will expand at SM (portrait phones) or larger screen sizes (576px and above).
  • MD - The Navbar will expand at MD (tablets) or larger screen sizes (768px and above).
  • LG - The Navbar will expand at LG (desktops) or larger screen sizes (992px and above).
  • XL - The Navbar will expand at XL (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.