Eventcalendar
The Eventcalendar component supports four highly configurable views: a Calendar view, a Scheduler with time grid, a Timeline and an Agenda view.
Usage
The following example will create an Eventcalendar with the default options.
import { Eventcalendar } from "@mobiscroll/react";
function App() {
return <>
<Eventcalendar />
</>
}
For many more examples - simple and complex use-cases - check out the Eventcalendar demos.