# StepIndicator

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/_shared/step-indicator.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/_shared/step-indicator.tsx#L20)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `step` | `number` | ✓ | - |
| `icon` | `LucideIcon` | ✓ | - |
| `titleKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | ✓ | - |

## Diagram

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

## Relationships

- RENDERS → `motion-div`
- RENDERS → `Icon`
- USES_HOOK → `useTranslation`
