MikaelEdebro / vue-airbnb-style-datepicker

A VueJs datepicker with a similar look and functionality as the popular AirBnb datepicker.
https://mikaeledebro.gitbooks.io/vue-airbnb-style-datepicker/
MIT License
505 stars 105 forks source link

Apply, Cancel, Shortcuts text customizable w/props rather than $options. #118

Closed goldendoodledev closed 5 years ago

goldendoodledev commented 5 years ago

Makes Apply, Cancel, and Keyboard Shortcuts text customizable with props rather than with Vue plugin $options.

Now you can pass in props to the date picker like this: Screen Shot 2019-06-17 at 10 47 27 AM

and get this: Screen Shot 2019-06-17 at 10 47 49 AM