
---
menu: Organisms
name: Menu
route: /menu
---

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

# Menu

## Use cases

<div>
  <Menu />
</div>

## PropsTable

<PropsTable of={Menu} />

## Playground

<Playground>
  <Menu />
</Playground>