A reusable modal component for displaying content in a popup dialog.
A simple modal with a title and content.
This is a basic modal example with default styling.
The modal can be closed by clicking the X button in the top right corner.
A modal with custom styling options and custom header/footer content.
This modal has custom styling and a custom header.
You can use slots to customize the header, body, and footer.
A modal containing a form that can be submitted.