# ProjectCardProps

**Kind:** Interface

**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#L9)

Props for ProjectCard component

## Properties

| Property | Type |
|---|---|
| `project` | `Project` |
| `onClick` | `(project: Project) => void` |
| `showDescription` | `boolean` |
| `showMenu` | `boolean` |
| `onDelete` | `(project: Project) => void` |
