element-plus
element-plus copied to clipboard
feat(components): the percentage of el-process can be changed by click
see the effects on https://primevue.org/knob/)
Usages:
Please make sure these boxes are checked before submitting your PR, thank you!
👋 @wizount, seems like this is your first time contribution to element-plus.
- Please make sure that you have read our guidelines and code of conduct before making a contribution.
- You can comment with
/label Components:[component_name]to add a label for which component you are working on. - You may join our
for staying tuned.
Hello @wizount, thank you for contributing to element-plus, please see our guideline to see how to make contribution
see the effects on https://primevue.org/knob/)
Usages: <el-progress v-model:percentage="processVal" :min="-100" type="circle"></el-progress>
Thanks you for your contribution.
This overlaps with the functionality of the Slider component; the Progress is only used for display, while the Slider component is the standard form component.