vuetify-date-selection

0.0.3 • Public • Published

vuetify-date-selection

  • A Simple date input selection with two date-picker based on Vuetify.
  • Return array of date

Installation

npm install vuetify-date-selection --save

Usage

any.vue

<v-date-selection v-model="date_input"></v-date-selection>
import VDateSelection from 'vuetify-date-selection'
...
components:{ VDateSelection },
...

Props & Slot

  • Props
Name Type Default Description
range Boolean false IsRange Mode
start-text String "Start" Show on start date is not selected
end-text String "End" Show on end date is not selected
Name
color
event-color
locale
dark
light
first-day-of-week
header-color
  • Slot
Slot Description
default Displayed below the selection, can be used for example for adding action button (OK and Cancel)
divider Displayed between two date-pickers

Package Sidebar

Install

npm i vuetify-date-selection

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

748 kB

Total Files

11

Last publish

Collaborators

  • bbitwolf