
---
menu: Molecules
name: Select
route: /select
---

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

# Select

## Use cases

<div>
  <Select />
</div>

## PropsTable

<PropsTable of={Select} />

## Playground

<Playground>
  <Select />
</Playground>