Menubar

A menu bar providing commands and options for your application.

API reference

Import the component and assemble its parts:

Anatomy
PropTypeDefault
modal

boolean

true

disabled

boolean

false

loop

boolean

true

orientation

MenuOrientation

'horizontal'

className

| string
| ((state: Menubar.State) => string)

undefined

render

| ReactElement
| ((props: HTMLProps, state: Menubar.State) => ReactElement)

undefined