You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ImportPathpath="import { Window } from 'cx/widgets';" />
15
+
16
+
Windows are overlays with headers, footers, and special appearance. They provide a familiar dialog-like experience for displaying forms, messages, or complex content.
17
+
18
+
<CodeExamplecode={WindowExampleCode}>
19
+
<WindowExampleclient:load />
20
+
</CodeExample>
21
+
22
+
Use `putInto="footer"` to place content in the window footer. Add the `dismiss` prop to buttons that should close the window.
23
+
24
+
## Configuration
25
+
26
+
| Property | Type | Description |
27
+
| -------- | ---- | ----------- |
28
+
|`title`|`string`| Text displayed in the header. |
29
+
|`header`|`object`| Custom Cx component for advanced headers. |
0 commit comments