Dialog
Dialog
Modal paper sheet over backdrop.
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>