# SceneUrlInput

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `state` | `WizardState` | ✓ | - |
| `onUrlChange` | `Function` | ✓ | - |
| `onGetStarted` | `Function` | ✓ | - |
| `onSkipRepo` | `Function` | ✓ | - |
| `onProviderClick` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SceneUrlInput_55eddbc9["SceneUrlInput"]
    class component_SceneUrlInput_55eddbc9 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-button`
- RENDERS → `AnimatePresence`
- RENDERS → `motion-p`
- RENDERS → `GitHubIcon`
- RENDERS → `GitLabIcon`
- RENDERS → `BitbucketIcon`
- USES_HOOK → `useState`
