---
name: ProgressBar
menu: Atoms
route: /atoms/ProgressBar
---

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

# Progress Bar

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

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

## Example Usage

<Playground>
	 <ProgressBar color="#c0392b" />
</Playground>
