logisticinfotech / ionic4-datepicker

Ionic 4 Datepicker component
https://www.logisticinfotech.com/blog/ionic4-datepicker-component/
Other
77 stars 33 forks source link

Days highlight #23

Closed kirillusgadus closed 5 years ago

kirillusgadus commented 5 years ago

Please, add days highlight like this Снимок экрана 2019-06-13 в 10 47 01

chintan13 commented 5 years ago

ok, would you like to elaborate/suggest like what should be option name? How would you like to pass it to component?

On what are the cases its useful..

So then we will plan out to implement this feature accordingly.

kirillusgadus commented 5 years ago

in my case need when the user opens calendar and seen which days there are high or low load, for example, in colors (green, yellow, red). Param like this:

highlightedDates: [
    { date: moment(), color: '#dedede' },
]
chintan13 commented 5 years ago

Implemented this in version 1.4.0