Skip to content

Progress

Used to display the progress of some task or value.

Import

js
import { MpProgress } from '@mekari/pixel3'

Playground

API

MpProgress

Props
NameTypeDefault
variant
Variant of progress.
linear | circularlinear
size
Size of progress.
sm | mdmd
color
Color of progress.
ColorToken | stringsky.400
background
Background of progress if variant is circular.
ColorToken | stringwhite
value
Value of progress.
string0

Usage

Variant

Size

size only applied when variant is linear