Date range picker for Vue 1.x, based on bootstrap-daterangepicker
npm install vue-daterangepicker-component[![npm version][npm-v-img]][npm-url]
[![npm download][npm-dl-img]][npm-url]
> Intellectual property of Oneway.mobi
#### Notice
This component is not meant to meet all the business requirements
so diving into src/ to make it fits your needs is highly recommended
#### Example
See here, source in example.html
> Suggest inspecting it with devtools
#### Requirement
* Vue 1.x
* Vue Router 0.7.x
* vue-update-query-mixin
* Moment.js (available globally)
* jQuery + BootStrap 3.x (available globally)
* bootstrap-daterangepicker
#### Installationnpm i vue-daterangepicker-component -S
> alternatively:
> which exposes VueDateRangePicker as a global variable
#### Usage
``
props: {
// more options see http://www.daterangepicker.com/#options
config: { type: Object, default: () => ({}) }
}
`
#### Build
npm run build`
#### LICENSE
MIT
[npm-url]: https://www.npmjs.com/package/vue-daterangepicker-component
[npm-v-img]: http://img.shields.io/npm/v/vue-daterangepicker-component.svg
[npm-dl-img]: http://img.shields.io/npm/dm/vue-daterangepicker-component.svg