Angular 14 carbon design system how to use single progress indicator

Viewed 10

I am new to using carbon design system with angular. i would like to use the progress indicator but not with steps but display the progress with single indicator. Can anyone help me how to achieve this?

<ibm-progress-indicator [steps]="skeletonSteps" [orientation]="orientation" skeleton="true">
        </ibm-progress-indicator>

Thanks

0 Answers
Related