# ViewportPicker

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `variants` | `ImageVariants` | ✓ | - |
| `alt` | `string` | - | - |
| `caption` | `string | null` | - | - |
| `annotations` | `Annotation[]` | - | - |
| `lang` | `string` | - | - |
| `dir` | `unknown | unknown` | - | "ltr" |

## Diagram

```mermaid
graph TD
    component_ViewportPicker_25f0f427["ViewportPicker"]
    class component_ViewportPicker_25f0f427 rootComponent
```

## Relationships

- RENDERS → `ScreenshotFigure`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
