Command Palette

Search for a command to run...

Docs
Daily Timeline Scheduler

Daily Timeline Scheduler

A timeline-based daily scheduler with time slot management

Loading...

Installation

Features

  • Time Slots: Configure start/end hours and step intervals
  • Timeline View: Chronological display of time slots
  • Add Events: Create events at specific time slots
  • Edit Events: Modify existing event details
  • Delete Events: Remove events from timeline
  • Multiple Events: Support multiple events per time slot
  • Scrollable: Handle full day schedules with overflow scroll

Props

PropTypeDefaultDescription
startHournumber6Timeline start hour (24-hour)
endHournumber20Timeline end hour (24-hour)
stepMinutesnumber60Minutes between time slots
initialEventsEvent[][]Initial events
titlestring"Daily Timeline"Card title
onEventAdd(event: Event) => void-Callback when event added
onEventUpdate(event: Event, index: number) => void-Callback when event updated
onEventDelete(event: Event, index: number) => void-Callback when event deleted