Imagine ArtImagine Art

A dialog overlay that focuses the user's attention on a specific task or confirmation.

Overlays

Import

import { Modal } from "@/components/ui"

API

PropTypeDefaultDescription
openbooleanControls visibility.
onClose() => voidCallback to close the modal.
titleReactNodeDialog heading.
descriptionReactNodeSecondary text below the title.
footerReactNodeAction buttons at the bottom.
size"sm" | "md" | "lg""md"Maximum width of the modal.
closeOnOverlaybooleantrueClose when clicking the backdrop.

Examples