# PromptLibrary

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `prompts` | `PromptTemplate[]` | ✓ | - |
| `onCreatePrompt` | `Function` | ✓ | - |
| `onUpdatePrompt` | `Function` | ✓ | - |
| `onDeletePrompt` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PromptLibrary_15c6ac65["PromptLibrary"]
    class component_PromptLibrary_15c6ac65 rootComponent
```

## Relationships

- RENDERS → `PromptForm`
- RENDERS → `PromptCard`
- USES_HOOK → `useState`
