0.0.3 • Published 5 years ago

vuetify-date-selection v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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
NameTypeDefaultDescription
rangeBooleanfalseIsRange Mode
start-textString"Start"Show on start date is not selected
end-textString"End"Show on end date is not selected
Name

|color |event-color |locale |dark |light |first-day-of-week |header-color

  • Slot
SlotDescription
defaultDisplayed below the selection, can be used for example for adding action button (OK and Cancel)
dividerDisplayed between two date-pickers
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago