This component is an implementation of custom dialog
Name | Type | Default | Required | Description |
---|---|---|---|---|
id | string | No | ID of the element | |
content | string | React Node | Yes | Set the content of the dialog | |
overlay | boolean | true | No | Define if the overlay should be displayed |
width | full | auto | string | auto | No | Define the width of the dialog |
disabledScroll | boolean | True | No | Define if scroll of document is able |
borderRadius | boolean | 5px | No | Set dialog border radius |
closeButton | boolean | true | No | Define if there is a close button |
closeButtonSize | string | 20px | No | Set close button size |