# PromptCard

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `prompt` | `PromptTemplate` | ✓ | - |
| `onEdit` | `Function` | ✓ | - |
| `onDelete` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PromptCard_158cdc5a["PromptCard"]
    class component_PromptCard_158cdc5a rootComponent
```

## Relationships

- RENDERS → `CategoryBadge`
- USES_HOOK → `useState`

## Referenced By

- `PromptLibrary` (RENDERS)
