Base ยท SAHI Design System

Components ยท UI Primitives

Dialog

Modal with overlay, header, footer, title & description.

Confirm order

You are about to buy 50 shares of TATAMOTORS at market price.

Props

PropTypeDefaultDescription
openbooleanโ€”Controlled open state.
onOpenChange(open) => voidโ€”Open-state callback.
titlestringโ€”Dialog heading.
descriptionstringโ€”Supporting text.

Reference API for the design concept — align names and types with your implementation.

Guidelines

  • Use in the active theme; the component adapts to light and dark automatically.
  • Keep the purple accent for interactive states only โ€” never as a fill or background.
  • Copy the markup from the Code tab and wire it to base.css tokens.