Vibe UI
Initializing Vibe UI System...

Dialog

A modal window overlaying the primary app view.

Dialog

A modal window overlaying the primary app view.

Installation

pnpm dlx vibe-ui-kit@latest add dialog button
💡 Vibe UI Component Dependencies: This component requires other components to work correctlyPlease make sure you also install these Vibe UI component dependencies: button

Themes

Explore all style variants side-by-side.

Props

DialogContent

PropTypeDefaultDescription
variant'default' | 'glass' | 'retro' | 'glow''default'The aesthetic variant styling theme to apply to the dialog container.
showCloseButtonbooleantrueControls the visibility of the absolute positioned 'X' close button at the top right.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Dialog | Vibe UI