Ship-It Designv0.0.3
GitHub

Dialog

Each example below is a real component instance — flip the theme toggle to see how it adapts.

Drawer Story#

Sheet Story#

Alert Confirm#

Props#

Props for Dialog
PropTypeDefaultDescription
titleReactNodeConvenience: title rendered with proper heading semantics.
descriptionReactNodeConvenience: description rendered with proper a11y description.
footerReactNodeFooter slot — typically buttons.
widthstring | number | undefined460Pixel max-width of the panel.
childrenReactNodeWhen set, content is wrapped in a content frame; omit for full custom layout.