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

import Chronometer from './';
import { Playground, Props } from 'docz';

# Chronometer

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

## API
<Props of={Chronometer} />

## Example

<Playground>
	<Chronometer
		size="120"
		isRunning
  />
</Playground>

## Time out
<Playground>
	<Chronometer
		size="120"
		timeInSeconds={0}
  />
</Playground>
