daterange-vue
Version:
Very useful datepicker written on Vue.js
25 lines (18 loc) • 467 B
Markdown
# Lightweight calendar for Vue
## Download via npm:
```shell
$ npm install daterange-vue
```
Then add it in your Vue-app just like this:
```js
import Daterange from 'src/components/Daterange';
```
### Features:
* Choose between one or range of dates
* One or two calendars
* Buttons to switch between mode of choosing the dates
* Parsing the strings into dates
### Updates:
* Disable date bug fix
* Custom button names
* Error message