Find React Big Calendar Examples and Templates
Use this online react-big-calendar playground to view and fork react-big-calendar example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

react-big-calendar-drag-and-drop-events-between-monthsThis example illustrates that react-big-calendar doesn't allow events to be dragged from one month to another. Today, you can only drag and drop onto a day that's already visible. We should add a way to trigger a drag from the current month to another month by implementing a hot zone to trigger a next or previous month transition.