Components

The Navbar components include the following:

  • Navbar - A flexible container for navigation elements.
  • NavbarStart - Container for elements at the start of the navbar.
  • NavbarCenter - Container for elements at the center of the navbar.
  • NavbarEnd - Container for elements at the end of the navbar.
  • NavButton - A button specifically styled for use in navigation.

The Navbar component is a container for navigation elements that helps organize content at the top of a page.

The NavbarStart component is a container for elements that should appear at the start (left side) of the navbar.

The NavbarCenter component is a container for elements that should appear at the center of the navbar.

The NavbarEnd component is a container for elements that should appear at the end (right side) of the navbar.

The NavButton component is a button specifically styled for use in navigation contexts like navbars and menus.