RE

React Big Calendar

react-big-calendar

Calendar! with events

Component Libraries
scheduler
react-component
react
calendar
events
full calendar
react-big-calendar
Component Libraries
javascript
npm
Stars
336
Weekly
1.0M
Open issues
4
Bundle
~25 kB

Installation

npm install react-big-calendar

Code example

import { Button } from "react-big-calendar";

export function Example() {
  return (
    <div className="flex gap-2">
      <Button>Primary</Button>
      <Button variant="outline">Secondary</Button>
    </div>
  );
}

Pros & cons

Pros

  • Actively maintained by Jason Quense
  • 1.0M weekly downloads. Battle tested
  • MIT licensed

Considerations

  • Adds roughly ~25 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 4 open issues on GitHub

FAQs

Alternatives & similar libraries