mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 126 forks source link

Indicate days #70

Closed Siunami closed 7 years ago

Siunami commented 7 years ago

I am using this calendar in a note taking app. It would be really nice if I could indicate which days have entries with a small dot under the day.

housemeow commented 7 years ago

You can implement settings.formatter.cell function, and append indicate to specified cell

mdehoog commented 7 years ago

@housemeow is correct, you could add a class to the cell using the formatter.cell callback, and style with CSS.