Modal
A modal is an overlay element which blocks interaction with elements outside it.
Component props
| Name | Type | Description |
|---|---|---|
| placement | ModalPlacement | "center" | "top" | "bottom" | "left" | "right" | "fullscreen" |
| offset | string | CSS offset value for edge placements |
| isDismissable | boolean | Can be dismissed by clicking outside (default: true) |
| isKeyboardDismissDisabled | boolean | Disables Escape key dismissal |