Overview
The Spring Calendar component is an animated calendar widget that expands to reveal events with smooth, spring-based transitions powered by Motion-V. Perfect for event listings, schedules, and date-based content.Usage
Props
Array defining each calendar day and its optional events. Each item should have:
month(string): Month abbreviationdate(number): Day of the monthday(string): Day of the weekevents(array, optional): Array of event objects withtitle,day, andtime
Day index initially selected.
Events
Fires when a day button is clicked, emitting the new active index.