v-range-component
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "v-range-component", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Vue Range Slider component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# vRange | ||
### Ussage | ||
![alt text](https://github.com/[username]/[reponame]/blob/[branch]/demo.png?raw=true) | ||
Just import module into your component. | ||
## Ussage | ||
###1. Install | ||
``` | ||
npm i v-range-component | ||
``` | ||
###2.Just import module into your component. | ||
Build in styles are not required, but without any styling component will not work as expected. | ||
@@ -14,7 +22,7 @@ | ||
### Avaible options: | ||
### Avaible options: | ||
| Prop | Type | Default | Description | | ||
| ---- | ---- | ---- | ---- | | ||
| value | Array | [0, 100] | Privides initial values | | ||
| value | Array | [0, 100] | Provides initial values | | ||
| label | Array | ["from", "to"] | Labels for min,max values | | ||
@@ -26,2 +34,2 @@ | unit | String | 'PLN' | Unit display at input fields | | ||
| lazy | Number | 500 | Delay (ms) before emit value by component after change | | ||
| logarithmic | Boolean | false| Makes values growth logarithmic | | ||
| logarithmic | Boolean | false| Makes values growth logarithmic | |
153122
34