v-range-component
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "v-range-component", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Vue Range Slider component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# vRange | ||
# vRange Component | ||
@@ -7,3 +7,3 @@ ![demo image](https://github.com/jpolskicom/vRange/blob/main/demo.png?raw=true) | ||
###1. Install | ||
### 1. Install | ||
@@ -14,8 +14,8 @@ ``` | ||
###2.Just import module into your component. | ||
### 2.Just import module into your component. | ||
Build in styles are not required, but without any styling component will not work as expected. | ||
``` | ||
import vRangeSlider from 'v-range' | ||
import 'v-range/dist/vRangeSlider.css' | ||
import vRangeComponent from 'v-range-component' | ||
import 'v-range-component/dist/vRangeSlider.css' | ||
@@ -22,0 +22,0 @@ ``` |
153151