# Screenshot

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `src` | `string` | - | - |
| `alt` | `string` | - | - |
| `caption` | `string` | - | - |
| `metadata` | `string | unknown` | - | - |
| `children` | `any` | - | - |

## Diagram

```mermaid
graph TD
    component_Screenshot_55886afd["Screenshot"]
    class component_Screenshot_55886afd rootComponent
```

## Relationships

- RENDERS → `Image`
