Modal
Modal Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| size | selectsm | md | lg | — | |
| title | text | — | |
| isOpen | boolean | — |
Default
SmallModal
LargeModal
WithForm
Interactive
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
isOpen | boolean | — | Open state |
size | select | — | Modal size |
title | text | — | Modal title |
Using Modaltsx
import { Modal } from '@/components/Modal'
<Modal
size="..."
title="..."
isOpen="..."
/>Tokens Used
No design tokens detected