Cally

<calendar-select-month>

This component allows users to quickly jump to a chosen month. It should not be used alone, but as a descendant of one of <calendar-date>, <calendar-range> or <calendar-multi>.

<calendar-date>
  <calendar-select-month></calendar-select-month>
  <calendar-month></calendar-month>
</calendar-date>

Properties and attributes

Property Attribute Description Type Default
formatMonth format-month Whether months have long ("January") or short ("Jan") names. Names are dependent on the calendar's locale "short" | "long" "long"

CSS Parts

CSS parts allow for fine-grained styling and theming. They target specific elements inside the component.

Name Description
label The <label> for the <select>
select The <select> element itself
option The <option> for each month