Dialog
Dialog
Focus-managed modal over a high-contrast backdrop.
PHASE 4
PREVIEW
INSTALLATION
Import from the package. Tree-shakeable, only shipped code ships.
import { Dialog } from 'sketchpad-ui';USAGE
<Modal open={open} onClose={() => setOpen(false)} title="Edit profile">
{/* content */}
</Modal>