# PromptForm

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `initialData` | `PromptTemplate` | - | - |
| `onSave` | `Function` | ✓ | - |
| `onCancel` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PromptForm_158b4aa6["PromptForm"]
    class component_PromptForm_158b4aa6 rootComponent
```

## Relationships

- USES_HOOK → `useState`

## Referenced By

- `PromptLibrary` (RENDERS)
