Wrapper
This is a compound component.
API
This component extends the native div tag props. This means this component can receive the native html div attributes, for example, the className
attribute (which is why it's not included in the table).
Props
Type
Required
children
ReactNode
✅
isOpen
boolean
✅
position
'left' | 'right'
❌
hideOverlay
boolean
❌
maxWidth
string
❌
onClose
() => void
❌
Last updated