# VariantPicker

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/pme/variant-picker.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/pme/variant-picker.tsx#L25)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `onPreview` | `Function` | ✓ | - |
| `onBack` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_VariantPicker_1aaae3b4["VariantPicker"]
    class component_VariantPicker_1aaae3b4 rootComponent
```

## Relationships

- USES_HOOK → `usePmeStore`
- USES_HOOK → `usePme`
- USES_HOOK → `useState`
