# StepIndicator

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `activeStep` | `number` | ✓ | - |
| `completedSteps` | `number[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_StepIndicator_20f10177["StepIndicator"]
    class component_StepIndicator_20f10177 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-svg`
