
---
menu: Atoms
name: Image
route: /image
---

import { Playground, PropsTable } from 'docz';
import Image from '.';

# Image

## Use cases

<div>
  <Image />
</div>

## PropsTable

<PropsTable of={Image} />

## Playground

<Playground>
  <Image />
</Playground>