Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/Modal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
title | string | ✓ | - |
subtitle | string | - | - |
children | unknown | ✓ | - |
footer | unknown | - | - |
maxWidth | number | - | 520 |
Diagram
mermaidgraph TD component_Modal_6532d240["Modal"] class component_Modal_6532d240 rootComponent
Relationships
- RENDERS →
XMarkIcon - USES_HOOK →
useEffect
Was this page helpful?