PickersDayProps

external interface PickersDayProps<TDate> : Props(source)

Properties

Link copied to clipboard
abstract var classes: PickersDayClasses?

Override or extend the styles applied to the component.

Link copied to clipboard
abstract var day: TDate

The date to show.

Link copied to clipboard
abstract var disabled: Boolean?

If true, renders as disabled.

Link copied to clipboard
abstract var disableMargin: Boolean?

If true, days are rendering without margin. Useful for displaying linked range of days.

Link copied to clipboard
abstract var isAnimating: Boolean?
Link copied to clipboard

If true, day is the first visible cell of the month. Either the first day of the month or the first day of the week depending on showDaysOutsideCurrentMonth.

Link copied to clipboard

If true, day is the last visible cell of the month. Either the last day of the month or the last day of the week depending on showDaysOutsideCurrentMonth.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var onBlur: (event: FocusEvent<HTMLButtonElement>, day: TDate) -> Unit?
Link copied to clipboard
abstract var onDaySelect: (day: TDate) -> Unit
Link copied to clipboard
abstract var onFocus: (event: FocusEvent<HTMLButtonElement>, day: TDate) -> Unit?
Link copied to clipboard
abstract var onKeyDown: (event: KeyboardEvent<HTMLButtonElement>, day: TDate) -> Unit?
Link copied to clipboard
abstract var onMouseEnter: (event: MouseEvent<HTMLButtonElement, *>, day: TDate) -> Unit?
Link copied to clipboard

If true, day is outside of month and will be hidden.

Link copied to clipboard
abstract var selected: Boolean?

If true, renders as selected.

Link copied to clipboard
abstract var today: Boolean?

If true, renders as today date.

Functions

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