@rentmagic/vue2-daterange-picker
v0.10.3
Published
Vue2 date range picker based on https://github.com/dangrossman/bootstrap-daterangepicker (no jQuery)
Downloads
11
Readme
vue2-daterange-picker
Vue2 date range picker based on https://github.com/dangrossman/bootstrap-daterangepicker (no jQuery)
This package is a fork of adding extra features to the original package:
https://github.com/Innologica/vue2-daterange-picker
Demo and Usage
You can see a demo and read the documentation here: https://innologica.github.io/vue2-daterange-picker/
Installation
# install via npm
npm i @rentmagic/vue2-daterange-picker --save
# install via yarn
yarn add @rentmagic/vue2-daterange-picker
TODO
- [x] documentation
- [x] tests
- [x] disabled dates
- [x] export single components
Run local demo
npm run docs:dev