# ProjectCard

**Kind:** Component

**Source:** [`atloria-monorepo/packages/ui-react/src/components/ProjectCard.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/components/ProjectCard.tsx#L46)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `project` | `Project` | ✓ | - |
| `onClick` | `Function` | - | - |
| `showDescription` | `boolean` | - | true |
| `showMenu` | `boolean` | - | false |
| `onDelete` | `Function` | - | - |

## Diagram

```mermaid
graph 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`
