Confirm Dialog
API: TypeScript / Java
Source: TypeScript / Java
- Usage
- Styling
CSS Selectors
The following CSS selectors can be used in stylesheets to target the various parts and states of the component. See the Styling documentation for more details on how to style components.
Overlay
- Root element
-
vaadin-confirm-dialog-overlay
- Modality curtain (backdrop)
-
vaadin-confirm-dialog-overlay
::part(backdrop) - Dialog surface
-
vaadin-confirm-dialog-overlay
::part(overlay)
Header
- Header
-
vaadin-confirm-dialog-overlay
::part(header) - Title wrapper
-
vaadin-confirm-dialog-overlay
::part(title) - Title element
-
vaadin-confirm-dialog-overlay
> [slot="title"] - Header custom content wrapper
-
vaadin-confirm-dialog-overlay
::part(header-content)