# LazyImage

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/image/ImageEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/image/ImageEditor.tsx#L82)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `title` | `string` | ✓ | - |
| `alt` | `string` | ✓ | - |
| `className` | `string | null` | ✓ | - |
| `imageRef` | `unknown` | ✓ | - |
| `src` | `string` | ✓ | - |
| `width` | `number | unknown` | ✓ | - |
| `height` | `number | unknown` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_LazyImage_7ef42f1d["LazyImage"]
    class component_LazyImage_7ef42f1d rootComponent
```

## Referenced By

- `ImageEditor` (RENDERS)
