React Alegrify UI
Dialog
Variants
Default
<Drawer
open
title="Hello there"
>
Some content
</Drawer>Properties
| Property | Type | Default |
|---|---|---|
| children* | node | |
| className | string | |
| open | bool | |
| onClose | func | |
| title | string | |
| dataTest | string | |
| dataTestId | string |