Calendar
This component is used within the Calendar component and resembles a single calendar event.
Props
date: DateTime | DateTime[]
The date or date range of the event.
label: string
The label of the event.
Emits
click: [MouseEvent]
Triggered when the event is clicked.
Slots
tooltip
An optional tooltip for when the event is being hovered.