Wrapper
The Menu component wrapper.
This is a compound component.
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