mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
719 stars 147 forks source link

Custom css for some days #152

Closed bert126 closed 1 year ago

bert126 commented 1 year ago

Would it be possible to add a custom CSS for specific cells? I'm thinking of putting a background color on a particular week.

This exists for example in the following DP: https://ng-bootstrap.github.io/#/components/datepicker/examples#customday

mymth commented 1 year ago

https://mymth.github.io/vanillajs-datepicker/#/options?id=beforeshowday

You can see a basic example on the online demo.