Progress
The progress bars from Bootstrap hold the same classes and functionality. Adding this kit over your existing project will only make it look more clean and minimal.
To use the custom radio buttons you need to import the custom made component:
import {Progress} from 'src/components'
Global usage
Vue.component(Progress.name)
For local usage
export default {
components: {
[Progress.name]: Progress
}
}
Simple
Colors
With text
With custom slot
Progress Props
Slots
Name | Description |
---|---|
label | Progress badge/label content |
default | Default content for progress text |