Skip to content

This is a Calendar History solution in React JS to identify performance in dates of a calendar. ⚡️

Notifications You must be signed in to change notification settings

luizfelipelopes/Calendar-History-React-JS-Next-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar History

This is a Calendar History solution to identify performance in dates of a calendar.

MarineGEO circle logo

Check the application in: Here

Stacks/Libraries

How it Works

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}
      />

About

This is a Calendar History solution in React JS to identify performance in dates of a calendar. ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published