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