Progress — Playground

px
type
color
size
State
html.html
<kui-progress [value]="60" aria-label="Upload progress" />
NameTypeDefaultDescription
type'linear' | 'circular''linear'Progress shape.
valuenumber | nullnullProgress value from 0 to 100. Values are clamped visually. null renders the indeterminate animation.
color'primary' | 'success' | 'warning' | 'danger' | 'neutral''primary'Semantic color.
size'xs' | 'sm' | 'md' | 'lg' | 'xl''md'Linear thickness or circular diameter.
content projectiontext | template-Projected content is rendered centered inside circular progress.

Inputs verified against @kikita-labs/ui v1.6.1 v1.6.1 public typings.