Dialog

Dialog Component

stable
Playground
Props
PropTypeDefaultValue
openboolean
titletext
maxWidthselectsm | md | lg | xl
Default
SmallDialog
FullWidth
PROPTYPEDEFAULTDESCRIPTION
maxWidthselectMaximum dialog width
openbooleanWhether the dialog is visible
titletextDialog title
Using Dialogtsx
import { Dialog } from '@/components/Dialog'

<Dialog
  open="..."
  title="..."
  maxWidth="..."
/>
Tokens Used
No design tokens detected