0.0.3 • Published 3 years ago
vuetifyjs-two-months-date-picker v0.0.3
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-picker
OR
yarn add vuetifyjs-two-months-date-picker
Import 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