DateCalendarProps

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
abstract var defaultValue: TDate?

The default selected value. Used when the component is not controlled.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var referenceDate: TDate?

The date used to generate the new value when both value and defaultValue are empty.

Link copied to clipboard

The props used for each component slot.

Link copied to clipboard
abstract var slots: DateCalendarSlots<TDate>?

Overridable component slots.

Link copied to clipboard
abstract override var sx: SxProps<Theme>?

The system prop that allows defining system overrides as well as additional CSS styles.

Link copied to clipboard
abstract var value: TDate?

The selected value. Used when the component is controlled.

Functions

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