DesignRevision / shards-vue

🌟Shards Vue is a free, beautiful and modern Vue.js UI kit based on Shards.
https://designrevision.com/docs/shards-vue/
MIT License
393 stars 40 forks source link

Add keyboard support for nouislider #15

Open iamDecode opened 5 years ago

iamDecode commented 5 years ago

I just ran into the issue that <d-slider> did not have keyboard support. Luckily nouislider recently implemented this, so with minor changes shards-vue can also support keyboard controls.

NOTE: I regenerated the dist folder, it seems that the previous build was ran without NODE_ENV = production.