Vue Progress - Material
The MaterialProgress helps you to create a beautiful progress bar.
Demo
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| variant | 'contained''gradient' | contained | Change the MaterialProgress background type by using variant alongside color. |
| color | 'primary''secondary''info''success''warning''danger''error''light''dark' | success | Change MaterialProgress progress color. |
| value* | Number | Used to set the progress for MaterialProgress. It is a required prop. |