Package Exports
- vue-yed-progressbar
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-yed-progressbar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-yed-progressbar
vue-yed-progressbar
Install
npm install --save vue-yed-progressbarUsage
<template>
<div id="app">
<vue-yed-progressbar :percent="70"/>
</div>
</template>
<script>
import VueYedProgressbar from "vue-yed-progressbar"
export default {
name: 'App',
components: {
VueYedProgressbar
},
}
</script>Props
| Props Name | Description | Default Value | Required | Type | Values |
|---|---|---|---|---|---|
| percent | Percentage slice on progress | 100 | true | Number | 0-100 |
| progressColor | Progressbar background color | colorBlue(#2f54eb) | false | String | colorRed ,colorOrange , colorYellow ,colorGreen , colorPurple,colorPink,colorBlue |
| progressTextColor | Text color showing the progressbar percentage value | #fff | false | String | rgb,hex,color |
| progressStripeMode | Turns on progressbar stripe mod | null | false | Boolean | true,false |
| progressStripe | Determines the stripe value if the progressbar stripe mode feature is on | stripeBlue | false | String | 'stripeGray', stripeGreen, stripeYellow,stripePurple,stripePink,stripeOrange,stripeRed,stripeBlue |
License
MIT © yasiinn