This is a Calendar History solution to identify performance in dates of a calendar.
Check the application in: Here
- Next JS
- React JS
- Typescript
- @natscale/react-calendar Link Repository
In the component CalendarHistory you should insert 3 params:
- datesGood: contains the dates that are classificated like 'Good';
- datesRegular: contain the dates that are classificated like 'Regular';
- datesBad: contain the dates that are classificated like 'Bad';
<CalendarHistory
datesGood={datesGood}
datesRegular={datesRegular}
datesBad={datesBad}
/>