dwqs / v2-datepicker

A simple datepicker component based Vue 2.x: https://dwqs.github.io/v2-datepicker/
MIT License
89 stars 21 forks source link

Add slot for custom input/other trigger #27

Open glutaminefree opened 5 years ago

glutaminefree commented 5 years ago

Hi! Great library! Thanks for it. It will be more cool if you add slot for custom input field :)

syntaxc commented 5 years ago

I forked the project to add the slot: https://github.com/syntaxc/v2-datepicker

The two files you'll want are: lib/components/date-picker.js lib/components/date-picker-range.js

Use them like this: `

`