Components/Modal
Modal
Accessible dialog with focus trap, scroll lock, and backdrop click handling.
Installation
npx ajaxui add modalAnatomy
Modals are built from Modal, ModalHeader, ModalTitle, ModalDescription, ModalBody, and ModalFooter.
Props
| Prop | Type | Default |
|---|---|---|
| open | boolean | — |
| onClose | () => void | — |
| size | "sm" | "md" | "lg" | "xl" | "full" | "md" |
| closeOnBackdrop | boolean | true |