Skip to content

tdev-agency/vuetifyjs-two-months-date-picker

Repository files navigation

Date range with two months for Vuetify v.2

Date range picker for Vuetify 2. To show 2 month for range selecting

Preview

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

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published