StellarUI

<stellar-calendar>

Compact month calendar with selectable days and month navigation.

Properties

Component
Example

Preview

Markup

Copy
<stellar-calendar data-bind:date__prop.date__event.datechange></stellar-calendar>

API

Complete props, events, slots, and implementation notes for the shipped calendar.

Props

PropTypeDefaultNotes
datestring''
hide-todaybooleanfalse
neighborsbooleanfalse
week-startsunday | mondaysunday

Events

EventKindNotes
datechangecustom eventFires when the selected date changes. Detail includes date.

Slots

SlotNotes

Notes

  • `date` is both the selected day and the visible month anchor.
  • Omit `neighbors` to hide days from previous and next months while preserving the grid shape.
  • The component emits `datechange` when the selected date changes through navigation or day selection.
  • `week-start` accepts `sunday` or `monday`.