Dialog
A modal overlay component built on Radix Dialog for focused user interactions.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | - | Controlled open state |
| onOpenChange | (open: boolean) => void | - | Callback when open state changes |
| children | ReactNode | - | DialogTrigger and DialogContent |
Import
import { Dialog } from '@blastx/ui';