vue-month-pickr
v1.0.1
Published
Vuejs component for picking month (and year).
Downloads
6
Readme
vue-month-pickr
✨ Simple vue component to select month and year ✨
Install
npm install vue-month-pickr
Use
import VueMonthPickr from 'vue-month-pickr';
components: {
VueMonthPickr
}
<vue-month-pickr :input-id="inputId" :input-class-name="'form-control'" :default-month="11" :default-year="2019" @choose-date="onDateUpdate"></vue-month-pickr>