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: string
@Input()
mode: ProgressBarMode
@Input()
value: number
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';
Вопросы и предложения по документации
Если у вас есть вопросы или вы хотите внести свой вклад в написание документации, пожалуйста, создайте issue в нашем репозитории на GitHub.