React Design System: component Progress Bar
Progress Bar
Progress bars indicate progress towards the completion of a task or an indeterminate loading state.
Component 'ProgressBar'

First, you need to import a component to your code (сheck component path is right):

import ProgressBar from "../../core/ProgressBar";

To use the component, copy and paste an example from the CODE tab.
Default props of component can be omitted, they are applied automatically. For example, you can skip the prop type='def', because 'def' is the default value of prop 'type'.

0
50
100
20