Skip to content
Theme UI
GitHub

Progress

A horizontal bar to represent the completion progress of a task

import { Progress } from 'theme-ui'

Variants

Progress variants can be defined anywhere in the theme object.

// example theme variants
{
styles: {
progress: {
color: 'red',
},
},
}
// <Progress variant='styles.progress' />
Edit the page on GitHub
Previous:
Paragraph
Next:
Radio