{"id":13746537,"url":"https://github.com/fullcalendar/fullcalendar-react","last_synced_at":"2025-05-12T15:36:11.610Z","repository":{"id":34303697,"uuid":"160256734","full_name":"fullcalendar/fullcalendar-react","owner":"fullcalendar","description":"The official React Component for FullCalendar","archived":false,"fork":false,"pushed_at":"2025-04-02T13:56:30.000Z","size":1230,"stargazers_count":2221,"open_issues_count":2,"forks_count":113,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-23T17:50:32.945Z","etag":null,"topics":["calendar","event","full-sized","fullcalendar","react"],"latest_commit_sha":null,"homepage":"https://fullcalendar.io/docs/react","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullcalendar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-03T21:32:44.000Z","updated_at":"2025-04-23T11:08:14.000Z","dependencies_parsed_at":"2023-09-22T04:38:21.207Z","dependency_job_id":"df0248d8-dcce-40aa-9784-ea4f41d83274","html_url":"https://github.com/fullcalendar/fullcalendar-react","commit_stats":{"total_commits":275,"total_committers":5,"mean_commits":55.0,"dds":"0.15636363636363637","last_synced_commit":"a4a5c03d5d3f6a05625dda9704673672424e4efd"},"previous_names":["sardiusmedia/sardius-fullcalendar-wrapper"],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullcalendar","download_url":"https://codeload.github.com/fullcalendar/fullcalendar-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253766539,"owners_count":21960936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","event","full-sized","fullcalendar","react"],"created_at":"2024-08-03T06:00:55.179Z","updated_at":"2025-05-12T15:36:11.579Z","avatar_url":"https://github.com/fullcalendar.png","language":"JavaScript","readme":"\n# FullCalendar React Component\n\nThe official [React](https://reactjs.org/) Component for [FullCalendar](https://fullcalendar.io)\n\n## Installation\n\nInstall the React connector, the core package, and any plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):\n\n```sh\nnpm install @fullcalendar/react @fullcalendar/core @fullcalendar/daygrid\n```\n\n## Usage\n\nRender a `FullCalendar` component, supplying [options](https://fullcalendar.io/docs#toc) as props:\n\n```jsx\nimport FullCalendar from '@fullcalendar/react'\nimport dayGridPlugin from '@fullcalendar/daygrid'\n\nconst events = [\n  { title: 'Meeting', start: new Date() }\n]\n\nexport function DemoApp() {\n  return (\n    \u003cdiv\u003e\n      \u003ch1\u003eDemo App\u003c/h1\u003e\n      \u003cFullCalendar\n        plugins={[dayGridPlugin]}\n        initialView='dayGridMonth'\n        weekends={false}\n        events={events}\n        eventContent={renderEventContent}\n      /\u003e\n    \u003c/div\u003e\n  )\n}\n\n// a custom render function\nfunction renderEventContent(eventInfo) {\n  return (\n    \u003c\u003e\n      \u003cb\u003e{eventInfo.timeText}\u003c/b\u003e\n      \u003ci\u003e{eventInfo.event.title}\u003c/i\u003e\n    \u003c/\u003e\n  )\n}\n```\n\n## Links\n\n- [Documentation](https://fullcalendar.io/docs/react)\n- [Example Project](https://github.com/fullcalendar/fullcalendar-examples/tree/main/react)\n\n## Development\n\nYou must install this repo with [PNPM](https://pnpm.io/):\n\n```\npnpm install\n```\n\nAvailable scripts (via `pnpm run \u003cscript\u003e`):\n\n- `build` - build production-ready dist files\n- `dev` - build \u0026 watch development dist files\n- `test` - test headlessly\n- `test:dev` - test interactively\n- `lint`\n- `clean`\n","funding_links":[],"categories":["Other Components","JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcalendar%2Ffullcalendar-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullcalendar%2Ffullcalendar-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcalendar%2Ffullcalendar-react/lists"}