@shadcn-scheduler/shell@shadcn-scheduler/view-month@shadcn-scheduler/coreOnly the active view package is imported
▶View source snippet for current view
import { SchedulerProvider } from '@shadcn-scheduler/shell'
import { MonthView } from '@shadcn-scheduler/view-month'
import type { SchedulerConfig } from '@shadcn-scheduler/core'
const config: SchedulerConfig = { snapMinutes: 30 }
<SchedulerProvider categories={categories} employees={employees} config={config}>
<MonthView date={date} shifts={shifts} setShifts={setShifts} onAddShift={handleAdd} />
</SchedulerProvider>