# ScreenshotPlaceholder

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `routePath` | `string` | ✓ | - |
| `description` | `string` | - | - |
| `onCapture` | `Function` | - | - |
| `onUpload` | `Function` | - | - |
| `onRemove` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_ScreenshotPlaceholder_61a40aa0["ScreenshotPlaceholder"]
    class component_ScreenshotPlaceholder_61a40aa0 rootComponent
```

## Relationships

- RENDERS → `Camera`
- RENDERS → `Upload`
- RENDERS → `X`
