vuetifyjs-two-months-date-picker

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vuetifyjs-two-months-date-picker

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

56.6 kB

Total Files

10

Last publish

Collaborators

  • andrii-trush