Properties

Link copied to clipboard

Formats the day of week displayed in the calendar header.

Link copied to clipboard

If true, today's day is not highlighted.

Link copied to clipboard
abstract var displayWeekNumber: Boolean?

If true, the week number will be display in the calendar.

Link copied to clipboard
abstract var fixedWeekNumber: Int?

The day view will show as many weeks as needed after the end of the current month to match this value. Put it to 6 to have a fixed number of weeks in Gregorian calendars

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var loading: Boolean?

If true, calls renderLoading instead of rendering the day calendar. Can be used to preload information and show it in calendar.

Link copied to clipboard
abstract var renderLoading: () -> ReactNode?

Component rendered on the "day" view when props.loading is true.

Link copied to clipboard

If true, days outside the current month are rendered:

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()