
---
menu: Atoms
name: Counter
route: /counter
---

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

# Counter

## Use cases

<div>
  <Counter />
</div>

## PropsTable

<PropsTable of={Counter} />

## Playground

<Playground>
  <Counter />
</Playground>