Modal
Dialog overlay for focused interactions. Displays content in a centered panel above the page.
Basic Modal
Simple modal with a title prop and text content.
With Sub-components
Modal composed of ModalHeader, ModalBody, and ModalFooter for structured layouts.
Form Modal
Modal with form inputs and action buttons in the footer.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | text | "" | Modal header title |
children | content | - | Modal body content |