Progress
Creates an easy to use progress bar component.
Once imported it can be modified the way you want.
Prefixes
Props
Progress takes the following props:
- progress: number
- showPercent?: boolean
- title?: string
Example: An example of the usage is provided in the snippet.
Previews