@orangecheck/design / ModalProps
Interface: ModalProps
Defined in: primitives/modal.tsx:9
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-actions"></a> actions? | any | Optional toolbar slot rendered to the right of the title. | primitives/modal.tsx:16 |
<a id="property-children"></a> children | ReactNode | - | primitives/modal.tsx:14 |
<a id="property-onopenchange"></a> onOpenChange | (open: boolean) => void | - | primitives/modal.tsx:11 |
<a id="property-open"></a> open | boolean | - | primitives/modal.tsx:10 |
<a id="property-subtitle"></a> subtitle? | string | - | primitives/modal.tsx:13 |
<a id="property-title"></a> title | string | - | primitives/modal.tsx:12 |
<a id="property-width"></a> width? | "wide" | "narrow" | Bias narrower for input-focused modals. | primitives/modal.tsx:18 |