Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
events | PlannerEvent[] | [] | Initial events to display |
onAdd | (event: PlannerEvent) => void | - | Callback when an event is created |
onRemove | (id: string) => void | - | Callback when an event is deleted |
sound | boolean | true | Enable soft tick on interactions |
PlannerEvent
| Property | Type | Description |
|---|---|---|
id | string | Unique identifier |
title | string | Event title |
date | string | Date in "YYYY-MM-DD" format |

