
---
menu: Molecules
name: Chip
route: /chip
---

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

# Chip

## Use cases

<div>
  <Chip />
</div>

## PropsTable

<PropsTable of={Chip} />

## Playground

<Playground>
  <Chip />
</Playground>