Simple Personal Library - MIT
This is not a NPM distribution file, so you just need to copy/paste the file into your project and treat it as a normal vue component.
The default CSS class is using bootstrap.
I will make it as a distribution package in the future with more advanced features.
<recurrence-editor v-model="yourModel" ></recurrence-editor>
{
repeatOption: {
type: 'every_week',
everyWeekPicker: ['1', '2', '3', '4', '5', '6','7']
},
repeatAt: '10:00',
}
{
repeatOption: {
type: 'every_day'
},
repeatAt: '10:00',
}
MIT