Progress bar
import { KbqProgressBarModule } from '@koobiq/components/progress-bar';

Selector: [kbq-progress-bar-text]

Selector: [kbq-progress-bar-caption]

Selector: kbq-progress-bar

Properties
Name Description
@Input()
id: InputSignal
@Input()
mode: InputSignal
@Input()
value: InputSignal
color: string
colorClassName: string current class name of color
percentage: number
Methods
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
type ProgressBarMode = 'determinate' | 'indeterminate';
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.