TheJaredWilcurt / vue-doxen

The world's best Vue.js component documentation tool
http://TheJaredWilcurt.github.io/vue-doxen
MIT License
6 stars 0 forks source link

Better support for type: Number #67

Closed TheJaredWilcurt closed 2 months ago

TheJaredWilcurt commented 2 months ago

Have better support for number type props. Should create a Number input, and a range slider. If the prop definition includes a min and max, then use <input type="range">, else, use the <input type="number">. Both components should emit only numbers, never strings.

Relates to #4