Dialog
Dialog
is a component used to confirm or interrupt user actions.
Theming
The Dialog
is a multi part component.
Dialog
inherits the style from Modal.
If you want to change the style of the component, please check here.
export const Dialog: ComponentMultiStyle<"Dialog"> = mergeMultiStyle(Modal)()
Edit this page on GitHub