Collection of theme-ui and external components.
created:3/15/2021
updated:3/15/2021
source lines:23
comments %:22

ProgressIndicator

Progress indicator with a label

Overview

3

({
max,
value,
color,
}) => {
return (
<div style={{ width: '100%' }}>
<ProgressIndicator max={max} value={value} color={color} />
</div>
);
}

Controls

Name
Description
Default
Controls
value
number
-
max
number
-
color
string
-

A11y tests

3

Viewport

3
320px

3
375px

3
768px

3
1024px