Calendar A simple React Calendar component Sep 11, 2021 1 min read react-calendar A simple React Calendar component. View Demo View Github Peer dependencies react NPM GitHub react-dom NPM GitHub dayjs NPM GitHub Installation $ npm install --save @bbon/react-calendar Bash Usages import React, {useCallback} from 'react'; import { Calendar } from ''; import '@bbon/react-calendar/dist/calendar.css'; const MyComponent = () => { const handleChangeSelection = useCallback( (start?: string, end?: string) => { console.info('Selected dates: ', start, end); }, [], ); return ( <div> <Calendar useMoveToYear useMoveToMonth highlightToday showDate onChange={handleChangeSelection} /> </div> ); } TypeScript Example Clone this repository. Change directory to example $ cd example Bash Install dependencies $ npm install Bash Start dev server $ npm run dev Bash Navigate to http://localhost:3000 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