prestyled
Version:
React components for styling web projects, based upon Theme UI
19 lines (14 loc) • 389 B
Markdown
### Progress (variant:'default')
Progress extends the [Progress](https://theme-ui.com/components/progress) provided by Theme UI
```js
<Progress />
```
### Variants of Progress
```js
<Progress variant="default" />
<Progress variant="primary" />
<Progress variant="secondary" />
<Progress variant="outline" />
<Progress variant="accent" />
<Progress variant="muted" />
```