Modal
Dialog overlay for focused interactions requiring user attention.
Size variants
Small Modal
Modal body content goes here.
Medium Modal
Modal body content goes here.
Large Modal
Modal body content goes here.
Extra Large
Modal body content goes here.
tsx
<Modal
id="modal-sm"
title="Small Modal"
size="sm"
>
<p>Content</p>
</Modal>