
---
menu: Molecules
name: Username
route: /username
---

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

# Username

## Use cases

<div>
  <Username />
</div>

## PropsTable

<PropsTable of={Username} />

## Playground

<Playground>
  <Username />
</Playground>