Modified Vue3 date range picker based on https://github.com/Innologica/vue2-daterange-picker
npm install vue3-daterange-picker> A modified date range picker to run on Vue 3.
The component is in its early stages so if there is something wrong - write an issue or create a pull request.
`` bash`install via npm
npm i vue3-daterange-picker --save
- [x] documentation
- [x] tests
- [x] disabled dates
- [ ] export single components
npm run docs:dev
``