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: State) => string)

undefined

render

| ReactElement
| ((props: GenericHTMLProps, state: State) => ReactElement)

undefined