mathieustan / vue-datepicker

A clean datepicker made with VueJs
https://vue-datepicker.netlify.com/
MIT License
165 stars 48 forks source link

Allow static class vd-menu to be dynamic #62

Closed Shakarhaba closed 2 years ago

Shakarhaba commented 4 years ago

Allow to edit vd-menu{whatever} to be {somethingelse}{whatever} or allow to attach another class to every component please

mathieustan commented 4 years ago

Hi @Shakarhaba.

Added a new prop : content-class. It applies a custom class to datepicker content. You may try this, and let me know if it's ok.

It would add too much code & variables & listeners if we allow to change classes like you said. Maybe we can think about some props to handle style (e.g border-radius, ...).