Wrapper
This component extends the native <div> API, for example, the title attribute.
API
This component extends the native <div> API. That's why the className prop is not included in the table.
Props
Data Type
Required
children
ReactNode
β
isOpen
boolean
β
heading
string
β
display
'block' | 'overlay'
β
zIndex
number
β
variant
'default' | 'success' | 'danger' | 'warning';
β
onClose
() => void
β
Last updated