Progress spinner
import { KbqProgressSpinnerModule } from '@koobiq/components/progress-spinner';

Selector: [kbq-progress-spinner-text]

Selector: [kbq-progress-spinner-caption]

Selector: kbq-progress-spinner

Properties
Name Description
@Input()
id: string
@Input()
mode: ProgressSpinnerMode
@Input()
size: string
@Input()
value: number
color: string
colorClassName: string current class name of color
dashOffsetPercent: string
percentage: number
svgCircleRadius: string
Methods
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
type ProgressSpinnerMode = 'determinate' | 'indeterminate';
type ProgressSpinnerSize = 'compact' | 'big';
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.