Progress
Import Progress
import { BeeProgress } from '@flebee/ui/progress';
Usage Progress
Playground
Settings
md
[default] indeterminate
showValue
disabled
Usage Progress with FormatOptions
Progress Properties
Properties | Type | Default |
---|---|---|
size | sm | md | lg | md |
color | neutral | primary | success | warning | danger | primary |
label | string | TemplateRef | |
disabled | boolean | false |
indeterminate | boolean | false |
showValue | boolean | false |
formatOptions | { style: 'percent' } | |
value | number | |
min | number | 0 |
max | number | 100 |