Optional
bgThe background color of the dialog. Can be a theme color or any valid CSS color.
Optional
childrenThe content to display inside the dialog.
Optional
contentThis is styling for the content
Optional
customizedThis remove the default Close Icon and padding
Optional
heightThe height of the dialog. Can be a string (e.g., '300px') or a number (e.g., 300).
Function to execute when the dialog is closed.
Controls whether the dialog is open or not.
Optional
titleOptional title for the dialog.
Optional
widthThe width of the dialog. Can be a string (e.g., '400px') or a number (e.g., 400).
Props for the Dialog component.