@mailstep-design-system/corner-dialog
v0.0.5
Published
| Name | Type | Default | |---------------|------------------------------------------|---------| | icon | string | | | children | ReactChild
Downloads
4
Keywords
Readme
CornerDialog
| Name | Type | Default |
|---------------|------------------------------------------|---------|
| icon | string | |
| children | ReactChild | | |
| title | JSX.Element / string | |
| onClose | () => void | |
| intent | 'success' / 'error' / 'warning' / 'info' | 'info' |
| statusToTitle | Record<Intent, () => string> | |
| isOpen | boolean | false |