Kind: Component
Source: atloria-monorepo/packages/ui-react/src/components/ProjectCard.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
project | Project | ✓ | - |
onClick | Function | - | - |
showDescription | boolean | - | true |
showMenu | boolean | - | false |
onDelete | Function | - | - |
Diagram
mermaidgraph TD component_ProjectCard_778a6dfb["ProjectCard"] class component_ProjectCard_778a6dfb rootComponent
Relationships
- RENDERS →
FolderIcon - RENDERS →
EllipsisVerticalIcon - RENDERS →
TrashIcon - RENDERS →
CalendarIcon - USES_HOOK →
useState - USES_HOOK →
useRef - USES_HOOK →
useEffect
Was this page helpful?