1.0.9 • Published 8 months ago

vue-day-picker v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Vue Day Picker

NPM License

Lightweight date picker component for Vue < 5k 😎 Emits the date selected to parent component

date-select

Usage

npm i vue-day-picker

<script setup>
import DayPicker from 'vue-day-picker

const calendarOptions = {
  initialDate: '2018-07-22',
  minDate: '2018-01-01',
  maxDate: '2018-12-31',
};

function handleDateSelected(date) {
  //todo
}
</script>


<template>
<DayPicker :calendar-options="calendarOptions" @select-date="handleDateSelected"/>
</template

Contact

Feel free to ping me 💫 connect@giladshohat.com

giladshohat.com

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago