vuetifyjs-two-months-date-picker
v0.0.3
Published
Date range picker for Vuetify 2. To show 2 month for range selecting
Readme
Date range with two months for Vuetify v.2
Date range picker for Vuetify 2. To show 2 month for range selecting
Preview

Installation
npm i --save vuetifyjs-two-months-date-pickerOR
yarn add vuetifyjs-two-months-date-pickerImport and register component
Global
import Vue from 'vue';
import VTwoMonthRangePicker from 'vuetifyjs-two-months-date-picker'
Vue.use(VTwoMonthRangePicker);
Local
<script>
import VTwoMonthRangePicker from 'vuetifyjs-two-months-date-picker';
export default {
components: {VTwoMonthRangePicker}
}
</script>Properties
Coming soon...
Events
Coming soon...
License
Copyright © 2021-present TDev Agency
