6.1.15 • Published 1 month ago

@fullcalendar/react v6.1.15

Weekly downloads
54,487
License
MIT
Repository
github
Last release
1 month ago

FullCalendar React Component

The official React Component for FullCalendar

Installation

Install the React connector, the core package, and any plugins (like daygrid):

npm install @fullcalendar/react @fullcalendar/core @fullcalendar/daygrid

Usage

Render a FullCalendar component, supplying options as props:

import FullCalendar from '@fullcalendar/react'
import dayGridPlugin from '@fullcalendar/daygrid'

const events = [
  { title: 'Meeting', start: new Date() }
]

export function DemoApp() {
  return (
    <div>
      <h1>Demo App</h1>
      <FullCalendar
        plugins={[dayGridPlugin]}
        initialView='dayGridMonth'
        weekends={false}
        events={events}
        eventContent={renderEventContent}
      />
    </div>
  )
}

// a custom render function
function renderEventContent(eventInfo) {
  return (
    <>
      <b>{eventInfo.timeText}</b>
      <i>{eventInfo.event.title}</i>
    </>
  )
}

Links

Development

You must install this repo with PNPM:

pnpm install

Available scripts (via pnpm run <script>):

  • build - build production-ready dist files
  • dev - build & watch development dist files
  • test - test headlessly
  • test:dev - test interactively
  • lint
  • clean
@pronto-development/pronto-componentslure-uiacshb-react-common-nextreact-npm-libmarketevent-calendarscandinaviateespace-calendar-appmingdao-web-mohodata@infinitebrahmanuniverse/nolb-_fulfc-calendarsupport-worksuitemingdao-web-mo@everything-registry/sub-chunk-345caseark-uimaterio-mui-react-nextjs-admin-templatecard-statistics@ascendware/mxcrc-ui-1vuexy-nextjs-admin-templatemeeting-component-librarypatient_managementwondermove-web-componentwm-component-testweb-cp-vbvuexy-react-admin-dashboardsheraz-nextjs-event-calenderreact-zero-calendarjvsilvawtecminimal-kitmingdao-webmino-uiisplintern-project-ui-commonsis-componentlowcoder-compsm2m-demo-fullcalendarmedvatic-pluginmodupe-react-startermohimmatech-uiilearn-webjumbo-reactjoyn-react-componentsmuitailwindmycalendaryessermario-adminmario-districtmario-teacher-student-clientmario-teacher-studentmanager-off-time-365palepuprojectparserx-design-systemopenblocks-compsopenblocks-comps-workmeetproptokenpedilo-landingmyprojectpackagepravreact-elasticsearch-calendarreact-gardennostr-calendarnova-kitraheel-compsreact-mui-typedreact-hoursreact-joyn-componentsred-quick-templatequbryx-react-componentq3-adminspacelabstark-fullcalendarrss-calendar-testsmarthrreactsoft-ui-dashboard-pro-reactsoft-ui-latesttuten-calendar-exampletuten-schedule-componenttrio-dumi-component@arubaya/seoul@arche-mc2/arche-controls@avinashsivadas/calender2@astrakraft/pega-theme@aldrtech/ui@bikeflip/flip-ui@cleverlyworks/industry-uixx-boooking-application-libwca-designsystemuoisfrontendzerostrength-calendar@fegma59/uni.cloud@feedbackateng/uiux-reactjs@grupo-brik/colpass-components@grupo-brik/propio-components@fowapps/fow-ui@hospitalrun/components@gdi/uno@gdi/web-base-ui@lincolnteste/components@markwhen/calendar@masud-nt1/mint-ui@nazmul_mpower/dashboardvisualization@mephistowa/cra-template-typescript-redux-red-quick@moladin/nextjs-mui
7.0.0-beta.0

2 months ago

7.0.0-beta.1

1 month ago

6.1.15

4 months ago

6.1.14

6 months ago

6.1.13

6 months ago

6.1.12

6 months ago

6.1.11

9 months ago

6.1.10

12 months ago

6.1.9

1 year ago

5.11.5

2 years ago

6.1.6

2 years ago

6.1.8

2 years ago

6.1.7

2 years ago

6.1.5

2 years ago

6.1.0

2 years ago

6.1.2

2 years ago

6.1.1

2 years ago

6.1.4

2 years ago

6.1.3

2 years ago

5.11.4

2 years ago

6.0.0-beta.3

2 years ago

6.0.0-beta.4

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.0-beta.2

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.4

2 years ago

5.11.3

2 years ago

6.0.0-beta.1

2 years ago

5.11.2

2 years ago

5.11.1

3 years ago

5.11.0

3 years ago

5.10.1

3 years ago

5.10.0

3 years ago

5.9.0

3 years ago

5.8.0

3 years ago

5.7.2

3 years ago

5.7.0

4 years ago

5.6.0

4 years ago

5.5.0

4 years ago

5.4.0

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.0

4 years ago

5.1.0

4 years ago

5.0.0

4 years ago

5.0.0-rc

4 years ago

4.4.2

4 years ago

5.0.0-beta.4

4 years ago

5.0.0-beta.3

5 years ago

5.0.0-beta.2

5 years ago

5.0.0-beta.1

5 years ago

5.0.0-beta

5 years ago

4.4.0

5 years ago

4.3.0

5 years ago

4.2.0

5 years ago

4.1.0

6 years ago

4.0.2-beta

6 years ago