Try Install Learn Blog API Packages GitHub
Pages

Ui.Calendar.Cell

This is a cell of the calendar component.

Properties

active
:
Bool
=
false

Whether or not the cell is active (selectable).

day
:
Time

The day.

disabled
:
Bool
=
false

Whether or not the component is disabled.

onClick
:
Function(Time, Promise(Never, Void))
=
Promise.never1

The click event.

selected
:
Bool
=
false

Whether or not the cell is selected.

size
:
Ui.Size
=
Ui.Size::Inherit

The size of the component.

Functions

handleClick
(
event
:
Html.Event
)
:
Promise(Never, Void)

The click event handler.

render
:
Html

Renders the component.