# SuggestionCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Suggestions/SuggestionCard.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Suggestions/SuggestionCard.tsx#L13)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `suggestion` | `SuggestionWithUser` | ✓ | - |
| `onAccept` | `Function` | ✓ | - |
| `onReject` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SuggestionCard_6b94172a["SuggestionCard"]
    class component_SuggestionCard_6b94172a rootComponent
```

## Relationships

- RENDERS → `Avatar`
- RENDERS → `StatusBadge`
- RENDERS → `Check`
- RENDERS → `X`
