The real @forcecalendar/interface web component running live. Load sample events, switch views, watch the DOM events fire, and copy ready-to-paste code for HTML, React, or Vue. Prefer a real editor? Open the starter in StackBlitz.
<script type="module"> import '@forcecalendar/interface'; </script> <forcecal-main view="month" locale="en-US" week-starts-on="0" style="display: block; min-height: 560px" ></forcecal-main>
No events yet. Add the samples to see the calendar in action.
DOM events dispatched by <forcecal-main>. Click around the calendar to see them fire.
Waiting for activity…