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