Dialog
Dialog Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| open | boolean | — | |
| title | text | — | |
| maxWidth | selectsm | md | lg | xl | — |
Default
SmallDialog
FullWidth
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
maxWidth | select | — | Maximum dialog width |
open | boolean | — | Whether the dialog is visible |
title | text | — | Dialog title |
Using Dialogtsx
import { Dialog } from '@/components/Dialog'
<Dialog
open="..."
title="..."
maxWidth="..."
/>Tokens Used
No design tokens detected