
---
menu: Molecules
name: Modal
route: /modal
---

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

# Modal

## Use cases

<div>
  <Modal />
</div>

## PropsTable

<PropsTable of={Modal} />

## Playground

<Playground>
  <Modal />
</Playground>