Progress — Playground
type
color
size
State
<kui-progress [value]="60" aria-label="Upload progress" />| Name | Type | Default | Description |
|---|---|---|---|
| type | 'linear' | 'circular' | 'linear' | Progress shape. |
| value | number | null | null | Progress 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 projection | text | template | - | Projected content is rendered centered inside circular progress. |
Inputs verified against @kikita-labs/ui v1.6.1 v1.6.1 public typings.