Module navigation

Source
Expand description

Navigation bars and menus.

Structs§

ContextMenu
A pop-up menu for quick access to relevant commands.
DropdownProps
The Dropdown properties struct for the configuration of the component.
NavbarBrandProps
The NavbarBrand properties struct for the configuration of the component.
NavbarCenterProps
The NavbarCenter properties struct for the configuration of the component.
NavbarDropdownProps
The NavbarDropdown properties struct for the configuration of the component.
NavbarEndProps
The NavbarEnd properties struct for the configuration of the component.
NavbarItemProps
The NavbarItem properties struct for the configuration of the component.
NavbarLinkProps
The NavbarLink properties struct for the configuration of the component.
NavbarMenuProps
The NavbarMenu properties struct for the configuration of the component.
NavbarProps
The Navbar properties struct for the configuration of the component.
NavbarStartProps
The NavbarStart properties struct for the configuration of the component.
PaginationProps
The Pagination properties struct for the configuration of the component.
SidebarProps
The Sidebar properties struct for the configuration of the component.

Functions§

Dropdown
An interactive dropdown menu for discoverable content.
Navbar
A responsive navigation header.
NavbarBrand
A container for the logo and optionally some links or icons.
NavbarCenter
The middle section of the navbar menu.
NavbarDropdown
An interactive dropdown menu in the navbar.
NavbarEnd
The right section of the navbar menu.
NavbarItem
A container for each single item of the navbar.
NavbarLink
A link to navigate to another route in the navigation header.
NavbarMenu
A horizontal menu used in the navigation header.
NavbarStart
The left section of the navbar menu.
Pagination
A vertical menu used in the navigation aside.
Sidebar
A vertical menu used in the navigation aside.
OSZAR »