# ScreenshotFigure

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_ScreenshotFigure_16491445["ScreenshotFigure"]
    class component_ScreenshotFigure_16491445 rootComponent
```

## Relationships

- RENDERS → `ScreenshotAnnotation`
- RENDERS → `Lightbox`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
