# BranchPickerModal

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `provider` | `unknown | unknown | unknown` | ✓ | - |
| `owner` | `string` | ✓ | - |
| `repo` | `string` | ✓ | - |
| `repoUrl` | `string` | ✓ | - |
| `currentBranch` | `string` | ✓ | - |
| `repoUsername` | `string` | - | - |
| `accessToken` | `string` | - | - |
| `onSelect` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_BranchPickerModal_72a5444f["BranchPickerModal"]
    class component_BranchPickerModal_72a5444f rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-svg`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
- USES_HOOK → `useMemo`

## Referenced By

- `SceneProjectDetails` (RENDERS)
