Navbar
Interfaces
NavbarBrandProps
Props for the NavbarBrand component.
Extends
HTMLAttributes
<HTMLDivElement
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
NavbarBurgerProps
Props for the NavbarBurger component.
Extends
ButtonHTMLAttributes
<HTMLButtonElement
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
NavbarDropdownMenuProps
Props for the NavbarDropdownMenu component.
Extends
HTMLAttributes
<HTMLDivElement
>
Properties
NavbarDropdownProps
Props for the NavbarDropdown component.
Extends
HTMLAttributes
<HTMLDivElement
>
Properties
NavbarItemProps
Props for the NavbarItem component.
Extends
Omit
<React.AnchorHTMLAttributes
<HTMLAnchorElement
>,"color"
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
NavbarMenuProps
Props for the NavbarMenu component.
Extends
HTMLAttributes
<HTMLDivElement
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
NavbarProps
Props for the Navbar component.
Extends
HTMLAttributes
<HTMLElement
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
NavbarStartEndProps
Props for the NavbarStartEnd component.
Extends
HTMLAttributes
<HTMLDivElement
>.Omit
<BulmaClassesProps
,"color"
|"backgroundColor"
>
Properties
Variables
NavbarDivider
const
NavbarDivider:React.FC
<React.HTMLAttributes
<HTMLHRElement
>>
Bulma Navbar divider.
Param
Standard hr props.
Returns
The rendered divider.
Functions
Navbar()
Navbar(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar component, supports subcomponents for structured navigation.
Parameters
props
Props for the Navbar component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered navbar.
See
NavbarBrand()
NavbarBrand(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar brand area (usually left side).
Parameters
props
Props for the NavbarBrand component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered brand area.
NavbarBurger()
NavbarBurger(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar burger (responsive menu toggle).
Parameters
props
Props for the NavbarBurger component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered burger.
NavbarDropdown()
NavbarDropdown(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar dropdown (for nested dropdown menus).
Parameters
props
Props for the NavbarDropdown component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered dropdown.
NavbarDropdownMenu()
NavbarDropdownMenu(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar dropdown menu container.
Parameters
props
Props for the NavbarDropdownMenu component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered dropdown menu.
NavbarEnd()
NavbarEnd(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar end area (right-aligned).
Parameters
props
Props for the NavbarEnd component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered end area.
NavbarItem()
NavbarItem(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar item (link, button, etc).
Parameters
props
Props for the NavbarItem component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered item.
NavbarMenu()
NavbarMenu(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar menu area (collapsible content).
Parameters
props
Props for the NavbarMenu component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered menu.
NavbarStart()
NavbarStart(
props
,deprecatedLegacyContext?
):ReactNode
Bulma Navbar start area (left-aligned).
Parameters
props
Props for the NavbarStart component.
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered start area.
References
default
Renames and re-exports Navbar