mathieustan / vue-datepicker

A clean datepicker made with VueJs

Home Page:https://vue-datepicker.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow static class vd-menu to be dynamic

Shakarhaba opened this issue · comments

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

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, ...).