# Progressbar

`import { ProgressBar } from 'towelify';`
A rather simple component. Takes in the following components with width and color adjustable as well as animate, which requires stripe:

1. `<ProgressBar width="40" />`
2. `<ProgressBar color="red" />`
3. `<ProgressBar stripe />`
4. `<ProgressBar stripe animate />`