DayCalendarProps

Properties

Link copied to clipboard

Override or extend the styles applied to the component.

Link copied to clipboard
abstract override var className: ClassName?
Link copied to clipboard
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
Link copied to clipboard
abstract var gridLabelId: String?
Link copied to clipboard
abstract var hasFocus: Boolean
Link copied to clipboard
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
Link copied to clipboard
abstract var onFocusedViewChange: (newHasFocus: Boolean) -> Unit?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var renderLoading: () -> ReactNode?

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

Link copied to clipboard
Link copied to clipboard

If true, days outside the current month are rendered:

Link copied to clipboard
Link copied to clipboard

The props used for each component slot.

Link copied to clipboard
abstract var slots: DayCalendarSlots?

Overridable component slots.

Link copied to clipboard
abstract var TransitionProps: Any?

Functions

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