Wrapper
The Menu component wrapper.
API
This component extends the native <div> API. That's why the className prop is not included in the table.
Props
Type
Required
children
ReactNode
β
align
'start' | 'center' | 'end'
β
alignOffset
number
β
side
'top' | 'right' | 'bottom' | 'left'
β
sideOffset
number
β
defaultOpen
boolean
β
Last updated