Progress
Used to display the progress of some task or value.
Import
js
import { MpProgress } from '@mekari/pixel3'
Playground
API
MpProgress
Props
Name | Type | Default |
---|---|---|
variant | linear | circular | linear |
size | sm | md | md |
color | ColorToken | string | sky.400 |
background | ColorToken | string | white |
value | string | 0 |
Usage
Variant
Size
size only applied when variant is linear