Installation
Examples
Custom dialog
Full control over layout using Dialog primitives.
Edit profile
Update your display name and email.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | — | Controlled open state. |
| onOpenChange | (v: boolean) => void | — | Called when open changes. |
| modal | boolean | true | Blocks page interaction when open. |
| defaultOpen | boolean | false | Uncontrolled initial open state. |