We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57bd99e + c0928a3 commit 227f7abCopy full SHA for 227f7ab
README.md
@@ -93,6 +93,18 @@ There is no any slots yet
93
- [Working demo](#)
94
- [Repo](#)
95
96
+# TODO
97
+
98
+- add plugin options for defining custom defaults via `Vue.use(VueCircleSlider, options)`
99
+ - globalComponent[Boolean] - enable/disable global component registration
100
+ - componentName[String] - ability to define custom name for component
101
+ - options with defaults for all props (with same names)
102
+- add `limitMin` and `limitMax` props to limit an accessible slider range
103
104
+# Credits
105
106
+Built with [vue-share-components](https://github.com/Akryum/vue-share-components) by [Akryum](https://github.com/Akryum)
107
108
---
109
110
# Plugin Development
0 commit comments