# SceneProjectDetails

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneProjectDetails.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneProjectDetails.tsx#L18)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `state` | `WizardState` | ✓ | - |
| `onUpdate` | `Function` | ✓ | - |
| `onContinue` | `Function` | ✓ | - |
| `onBack` | `Function` | ✓ | - |
| `onConnectProvider` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_SceneProjectDetails_7dfd9b89["SceneProjectDetails"]
    class component_SceneProjectDetails_7dfd9b89 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-button`
- RENDERS → `AnimatePresence`
- RENDERS → `BranchPickerModal`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
