react-big-calendar
gcal/outlook like calendar component
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 261 committers (1.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Keywords from Contributors
Repository
gcal/outlook like calendar component
Basic Info
- Host: GitHub
- Owner: jquense
- License: mit
- Language: JavaScript
- Default Branch: master
- Homepage: http://jquense.github.io/react-big-calendar/examples/index.html
- Size: 98.8 MB
Statistics
- Stars: 8,451
- Watchers: 80
- Forks: 2,297
- Open Issues: 410
- Releases: 134
Metadata Files
README.md
react-big-calendar
An events calendar component built for React and designed for modern browsers (read: not IE) and uses flexbox over the classic tables-caption approach.
Inspired by Full Calendar.
Use and Setup
yarn add react-big-calendar or npm install --save react-big-calendar
Include react-big-calendar/lib/css/react-big-calendar.css for styles, and make sure your calendar's container
element has a height, or the calendar won't be visible. To provide your own custom styling, see the Custom Styling topic.
Starters
- react-big-calendar
- react-big-calendar with drag and drop
- react-big-calendar with TypeScript and React hooks bundled with Vite
Run examples locally
sh
$ git clone git@github.com:jquense/react-big-calendar.git
$ cd react-big-calendar
$ yarn
$ yarn storybook
Localization and Date Formatting
react-big-calendar includes four options for handling the date formatting and culture localization, depending
on your preference of DateTime libraries. You can use either the Moment.js, Globalize.js, date-fns, Day.js localizers.
Regardless of your choice, you must choose a localizer to use this library:
Moment.js
```js import { Calendar, momentLocalizer } from 'react-big-calendar' import moment from 'moment'
const localizer = momentLocalizer(moment)
const MyCalendar = (props) => (
Globalize.js v0.1.1
```js import { Calendar, globalizeLocalizer } from 'react-big-calendar' import globalize from 'globalize'
const localizer = globalizeLocalizer(globalize)
const MyCalendar = (props) => (
date-fns v2
```js import { Calendar, dateFnsLocalizer } from 'react-big-calendar' import format from 'date-fns/format' import parse from 'date-fns/parse' import startOfWeek from 'date-fns/startOfWeek' import getDay from 'date-fns/getDay' import enUS from 'date-fns/locale/en-US'
const locales = { 'en-US': enUS, }
const localizer = dateFnsLocalizer({ format, parse, startOfWeek, getDay, locales, })
const MyCalendar = (props) => (
Day.js
Note that the dayjsLocalizer extends Day.js with the following plugins:
```js import { Calendar, dayjsLocalizer } from 'react-big-calendar' import dayjs from 'dayjs'
const localizer = dayjsLocalizer(dayjs)
const MyCalendar = (props) => (
Custom Styling
Out of the box, you can include the compiled CSS files and be up and running. But, sometimes, you may want to style Big Calendar to match your application styling. For this reason, SASS files are included with Big Calendar.
@import 'react-big-calendar/lib/sass/styles';
@import 'react-big-calendar/lib/addons/dragAndDrop/styles'; // if using DnD
SASS implementation provides a variables file containing color and sizing variables that you can
update to fit your application. Note: Changing and/or overriding styles can cause rendering issues with your
Big Calendar. Carefully test each change accordingly.
Join The Community
Help us improve Big Calendar! Join us on Slack. (Slack invite links do expire. If you can't get in, just file an issue and we'll get a new link.)
Translations
Owner
- Name: Jason Quense
- Login: jquense
- Kind: user
- Location: New Jersey
- Repositories: 229
- Profile: https://github.com/jquense
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jason Quense | m****c@g****m | 208 |
| semantic-release-bot | s****t@m****t | 100 |
| Steve 'Cutter' Blades | n****k@c****m | 89 |
| Bogdan Chadkin | t****d@y****u | 22 |
| Tobias Andersen | j****n@g****m | 20 |
| Stjepan Rajko | s****o@g****m | 14 |
| Benjamin Kniffler | b****r@m****m | 12 |
| Eric Hahn | e****c@h****m | 11 |
| Adam Recvlohe | a****e@g****m | 8 |
| Nathaniel Cook | N****k@t****m | 7 |
| Dhruv Goel | d****2@g****m | 7 |
| xtursky | x****y@g****m | 5 |
| Bono Stebler | b****5 | 4 |
| Josh Minzner | j****h@t****m | 4 |
| andresgutgon | a****n@g****m | 4 |
| Peter Oxenham | p****m@t****m | 4 |
| forceddd | f****4@g****m | 4 |
| jkhoang313 | j****3@g****m | 4 |
| Matthew Herbst | M****t | 4 |
| Andy Edwards | j****s@f****m | 4 |
| Zac Barton | z****n@s****m | 3 |
| Antoine Rousseau | a****e@r****m | 3 |
| Harel Malka | h****l@h****m | 3 |
| Julien Deniau | j****u@g****m | 3 |
| Ricardo Raphael | r****8@g****m | 3 |
| Sangeeth Sudheer | s****6 | 3 |
| fturmel | 4****l | 3 |
| michalak111 | m****1@g****m | 3 |
| Ioannis Kokkinidis | s****z@g****m | 2 |
| Gregory Einfrank | g****k | 2 |
| and 231 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 388
- Total pull requests: 257
- Average time to close issues: 5 months
- Average time to close pull requests: 2 months
- Total issue authors: 336
- Total pull request authors: 116
- Average comments per issue: 3.43
- Average comments per pull request: 1.91
- Merged pull requests: 119
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 83
- Pull requests: 71
- Average time to close issues: 18 days
- Average time to close pull requests: 10 days
- Issue authors: 66
- Pull request authors: 27
- Average comments per issue: 0.63
- Average comments per pull request: 1.06
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- totitoti7 (7)
- msftedad (5)
- nourbenamor2001 (3)
- kikcmime (3)
- Raduh (3)
- dotdotot (3)
- goskan93 (3)
- OnsKharrat06 (3)
- ehahn9 (3)
- ikrammt (3)
- milkman4 (3)
- usmanabdurrehman (3)
- snuzi (2)
- ghost (2)
- gnapse (2)
Pull Request Authors
- cutterbl (37)
- forceddd (10)
- geraldhoxha95 (10)
- totitoti7 (6)
- nourbenamor201 (5)
- anhdd-kuro (5)
- t-kings (5)
- TirlaP (5)
- ikrammt (5)
- adrien-may (4)
- OnsKharrat06 (4)
- mikeyyyzhao (4)
- IndProgo (4)
- milkman4 (4)
- davidjudilla (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 37
-
Total downloads:
- npm 2,032,768 last-month
- Total docker downloads: 7,990
-
Total dependent packages: 218
(may contain duplicates) -
Total dependent repositories: 5,318
(may contain duplicates) - Total versions: 858
- Total maintainers: 42
npmjs.org: react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.19.4
published about 1 year ago
Rankings
Maintainers (3)
proxy.golang.org: github.com/jquense/react-big-calendar
- Documentation: https://pkg.go.dev/github.com/jquense/react-big-calendar#section-documentation
- License: mit
-
Latest release: v1.19.4
published about 1 year ago
Rankings
npmjs.org: react-big-calendar-teabough
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 2.0.0
published over 8 years ago
Rankings
Maintainers (1)
npmjs.org: mana-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.43.4
published about 4 years ago
Rankings
Maintainers (1)
npmjs.org: @jvenusaur/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.5.1
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: react-sp-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.2.1
published over 10 years ago
Rankings
Maintainers (1)
npmjs.org: psn-react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.6.17
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: jalali-react-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.2.3
published over 4 years ago
Rankings
Maintainers (1)
npmjs.org: @saahiljaffer/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.40.11
published over 4 years ago
Rankings
Maintainers (1)
npmjs.org: @connerl/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.7.2
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: @epsilon-cloud/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.5.4
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: @palpinter/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 5.8.1
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: trello-cal
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 2.2.17
published over 5 years ago
Rankings
Maintainers (2)
npmjs.org: @fedotxxl/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.39.4
published over 4 years ago
Rankings
Maintainers (1)
npmjs.org: @slodar/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.35.0
published about 4 years ago
Rankings
Maintainers (1)
npmjs.org: @kraftman/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.38.7
published over 4 years ago
Rankings
Maintainers (1)
npmjs.org: @pandarose/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.23.4
published almost 5 years ago
Rankings
Maintainers (1)
npmjs.org: @billchenchina/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.23.0-pr1739
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: ra-react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.4.2
published almost 3 years ago
Rankings
Maintainers (1)
npmjs.org: @pal-pinter/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.23.6
published almost 6 years ago
Rankings
Maintainers (1)
npmjs.org: rbc-iframe
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.33.5
published almost 5 years ago
Rankings
Maintainers (1)
npmjs.org: rbc-fork-react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.40.28
published 10 months ago
Rankings
Maintainers (2)
npmjs.org: @clickonmedia/clickon-react-big-calendar
react-big-calendar, extended
- Homepage: https://github.com/clickonmedia/react-big-calendar/tree/gantt#readme
- License: MIT
-
Latest release: 1.0.1
published over 4 years ago
Rankings
Maintainers (1)
npmjs.org: react-big-calendar-imind
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.0.1
published almost 3 years ago
Rankings
Maintainers (1)
npmjs.org: @kolkovsky/react-big-calendar
Calendar! with events. Fixing UNSAFE_method
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.8.1
published almost 3 years ago
Rankings
Maintainers (1)
npmjs.org: conversional-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 0.0.9
published about 1 year ago
Rankings
Maintainers (1)
npmjs.org: @jeonguk-hwang/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
- Status: removed
-
Latest release: 1.17.1
published over 1 year ago
Rankings
Maintainers (1)
npmjs.org: @novin/panel_react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.8.1
published almost 2 years ago
Rankings
Maintainers (6)
npmjs.org: react-big-calendar-modified-enj
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.13.11
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-big-calendar-full
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.13.0
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: @davidmh/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.11.4
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-big-calendar-multiday-drag
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.11.5
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-calendar-tog
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-calendar-naween
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar
- License: MIT
- Status: unpublished
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-big-calendar-v2
Calendar! with events + Week time indicator
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.8.5
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @denindka/react-big-calendar
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar#readme
- License: MIT
-
Latest release: 1.8.950
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: react-big-calendar-ko
Calendar! with events
- Homepage: https://github.com/jquense/react-big-calendar
- License: MIT
- Status: unpublished
-
Latest release: 1.8.1
published almost 3 years ago
Maintainers (1)
Dependencies
- actions-cool/issues-helper v2.2.1 composite
- actions-cool/issues-helper v2.2.1 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- @babel/cli ^7.20.7 development
- @babel/core ^7.20.12 development
- @babel/eslint-parser ^7.19.1 development
- @babel/plugin-proposal-class-properties ^7.18.6 development
- @babel/plugin-transform-runtime ^7.19.6 development
- @babel/preset-env ^7.20.2 development
- @commitlint/cli ^17.4.2 development
- @commitlint/config-conventional ^17.4.2 development
- @rollup/plugin-babel 6.0.3 development
- @rollup/plugin-commonjs 24.0.0 development
- @rollup/plugin-node-resolve 15.0.1 development
- @rollup/plugin-replace 5.0.2 development
- @semantic-release/changelog ^6.0.2 development
- @semantic-release/git ^10.0.1 development
- @storybook/addon-actions ^6.5.15 development
- @storybook/addon-essentials ^6.5.15 development
- @storybook/addon-jest 6.5.15 development
- @storybook/addon-links ^6.5.15 development
- @storybook/addon-postcss ^2.0.0 development
- @storybook/builder-webpack5 ^6.5.15 development
- @storybook/manager-webpack5 ^6.5.15 development
- @storybook/preset-scss 1.0.3 development
- @storybook/react ^6.5.15 development
- @storybook/theming 6.5.15 development
- @typescript-eslint/eslint-plugin ^5.48.1 development
- autoprefixer ^10.4.13 development
- babel-jest ^29.3.1 development
- babel-plugin-transform-react-remove-prop-types ^0.4.24 development
- babel-plugin-transform-rename-import ^2.3.0 development
- babel-preset-react-app ^10.0.1 development
- eslint ^8.31.0 development
- eslint-config-jason ^8.2.2 development
- eslint-config-prettier ^8.6.0 development
- eslint-import-resolver-webpack ^0.13.2 development
- eslint-plugin-import ^2.27.4 development
- eslint-plugin-react ^7.32.0 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-storybook ^0.6.10 development
- husky ^8.0.3 development
- is-ci ^3.0.1 development
- jest ^29.3.1 development
- jest-environment-jsdom ^29.3.1 development
- lint-staged ^13.1.0 development
- postcss ^8.4.21 development
- postcss-cli ^10.1.0 development
- prettier ^2.8.2 development
- react ^17.0.2 development
- react-dom ^17.0.2 development
- react-tackle-box ^2.1.0 development
- regenerator-runtime ^0.13.11 development
- rollup ^3.10.0 development
- rollup-plugin-clear ^2.0.7 development
- rollup-plugin-terser ^7.0.2 development
- sass 1.57.1 development
- sass-loader ^13.2.0 development
- semantic-release ^20.0.2 development
- zx ^7.1.1 development
- @babel/runtime ^7.20.7
- clsx ^1.2.1
- date-arithmetic ^4.1.0
- dayjs ^1.11.7
- dom-helpers ^5.2.1
- globalize ^0.1.1
- invariant ^2.2.4
- lodash ^4.17.21
- lodash-es ^4.17.21
- luxon ^3.2.1
- memoize-one ^6.0.0
- moment ^2.29.4
- moment-timezone ^0.5.40
- prop-types ^15.8.1
- react-overlays ^5.2.1
- uncontrollable ^7.2.1
- 1891 dependencies