hsuanxyz / ion2-calendar

📅 A date picker components for ionic2 /ionic3 / ionic4
https://hsuanxyz.github.io/demo/ion2-calendar/
MIT License
555 stars 278 forks source link

How to display a dot of red color on different dates . #285

Open smidhunraj opened 4 years ago

smidhunraj commented 4 years ago

How to display dots on dates.How can i do it with green and red color.

kezern commented 4 years ago

I would suggest you to use daysConfig array and apply a css class to desired dates. Afterwards you could use css styles to show a red or geen dot.

Saqib92 commented 3 years ago

Any Update?