Dialog

Pop up a dialog box, demanding attention like a traffic stop sign, ideal for critical interactions.

Installation

npx shadcn add https://hq-ui.vercel.app/r/nova/dialog

Examples

Custom Close Button

Replace the default close control with your own button.

dialog-close-button

No Close Button

Use showCloseButton={false} to hide the close button.

dialog-no-close-button

Keep actions visible while the content scrolls.

dialog-sticky-footer

Scrollable Content

Long content can scroll while the header stays in view.

dialog-scrollable-content