---
name: Button
menu: Components
route: /components/Button
---

import Button from './';
import { Playground, PropsTable } from 'docz';

# Button

This component renders an HTML `<button>` and passes along all props.

<PropsTable of={Button} />

## Example Usage

<Playground>
	<Button>Get me!</Button>
</Playground>
