Modals are dialog windows that overlay the main content to focus user attention on specific tasks or information.
Prop | Type | Default |
|---|---|---|
No dataThere are no records to display | ||
open prop is bindable and controls the modal's visibility state.header snippet for displaying the modal title or header content.footer snippet for action buttons or additional information.closeOnOverlay to true to allow closing the modal by clicking outside of it.hideCloseButton to remove the default close button in the header.onclose callback is triggered when the modal is closed by any method.isSolid to apply a solid background instead of a semi-transparent overlay.