StellarUI

<stellar-calendar-event>

Calendar event card that can stand alone or feed `stellar-calendar-events`.

Properties

Component
Example

Preview

Markup

Copy
<stellar-calendar-event
  date="2026-04-22"
  start="08:30"
  end="09:30"
  title="Standup"
  appearance="soft"
  tone="primary"
>
</stellar-calendar-event>

API

Complete props, events, slots, and implementation notes for the event card.

Props

PropTypeDefaultNotes
datestring''
startstring''
endstring''
titlestring''
subtitlestring''
appearancesolid | outline | dash | soft | ghost | linksolid
toneneutral | primary | secondary | tertiary | errorneutral
readonlybooleanfalse
disabledbooleanfalse

Events

EventKindNotes

Slots

SlotNotes

Notes

  • The event card renders by itself and can also be consumed as a source child by `<stellar-calendar-events>`.
  • Use `date`, `start`, `end`, `title`, `subtitle`, `appearance`, and `tone` to build event cards in the calendar grid.
  • Set `date` as ISO (`YYYY-MM-DD`) or use `HH:MM` with an inline fallback day.