# ExperienceForm

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/TourExperiences.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/TourExperiences.tsx#L455)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `flows` | `FlowSummary[]` | ✓ | - |
| `initial` | `Experience | null` | ✓ | - |
| `headers` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onSaved` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ExperienceForm_192c2e82["ExperienceForm"]
    class component_ExperienceForm_192c2e82 rootComponent
```

## Relationships

- RENDERS → `Trash2`
- RENDERS → `Field`
- USES_HOOK → `useState`

## Referenced By

- `TourExperiences` (RENDERS)
