1.0.3 • Published 4 years ago

date-picker-vue3 v1.0.3

Weekly downloads
39
License
MIT
Repository
github
Last release
4 years ago

date-picker-vue3

Description

Simple date picker created with Vue 3.

Features:

  • Select two dates (range)

How to use it

npm install date-picker-vue3

The date picker exposes 2 events to which you can subscribe:

  • first-date($event)
  • second-date($event)

The $event returns the following model:

day: number
dayOfWeek: number
month: number 
year: number
momentDate: MomentDate

Code example

import DatePicker from "date-picker-vue3";

<DatePicker
    @first-date="handleFirstDatePicked($event)"
    @second-date="handleSecondDatePicked($event)"
/>

@Follow me on Twitter

image

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago