Modal
A modal is an overlay element which blocks interaction with elements outside it.
Use Sheet for panels that slide in from an edge of the viewport.
Component props
| Name | Type | Description |
|---|---|---|
| placement | string | "center" | "fullscreen" (default: "center") |
| isDismissable | boolean | Can be dismissed by clicking outside (default: true) |
| isKeyboardDismissDisabled | boolean | Disables Escape key dismissal |