Skip to content
Theme UI
GitHub

Progress

Range input element

import { Progress } from 'theme-ui'
50%

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:
Field
Next:
Donut