Calendar React calendar component in ES6 Jan 14, 2019 1 min read React Calendar Pane React calendar component in ES6. View demo Download Source install npm install run tests npm test build the demo npm run demo Usage <Calendar date={moment("23/10/2015", "DD/MM/YYYY")} onSelect={this.onSelect} /> HTML Example css .Calendar { border-collapse: collapse; padding: 0; margin: 4rem auto 0; } .Calendar th, .Calendar td { padding: 1rem; text-align: center; } .Day:hover { background: #eee; color: #000; } .Day.today { background: #666; color: #fff; } .Day.selected { background: #2980b9; color: #fff; } .Day.other-month { background: #fafafa; color: #aaa; } CSS GitHub tomkp/react-calendar-pane2619React calendar component — Read Morehttp://react-calendar-pane.surge.sh/Latest commit to the master branch on 1-13-2019Download as zip Calendar
Date Picker React DayPicker: A Versatile and Customizable date picker component for React React DayPicker is a versatile and highly customizable date picker component designed specifically for React applications. 13 March 2024
Calendar An incredibly fast and flexible library to build calendars in React Native This is the monorepo for Flash Calendar, an incredibly fast and flexible library to build calendars in React Native. 05 March 2024
Calendar A weekly calendar app that integrates with Google Calendar A weekly calendar app that integrates with Google Calendar 02 October 2023