Props
| Prop | Type | Default | Notes |
|---|---|---|---|
date | string | '' | |
hide-today | boolean | false | |
neighbors | boolean | false | |
week-start | sunday | monday | sunday |
StellarUI
Compact month calendar with selectable days and month navigation.
<stellar-calendar data-bind:date__prop.date__event.datechange></stellar-calendar>Complete props, events, slots, and implementation notes for the shipped calendar.
| Prop | Type | Default | Notes |
|---|---|---|---|
date | string | '' | |
hide-today | boolean | false | |
neighbors | boolean | false | |
week-start | sunday | monday | sunday |
| Event | Kind | Notes |
|---|---|---|
datechange | custom event | Fires when the selected date changes. Detail includes date. |
| Slot | Notes |
|---|