# 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
60%
Show Code
# Colors
60%
60%
60%
60%
60%
Show Code
# With text
60%
Show Code
# With label
Label
Show Code
# Progress Props
# Progress Slots
Slot | Description |
---|---|
default | Progress value slot. By default progress percentage is displayed here |
← Pagination Popover →