Try Install Learn Blog API Packages GitHub
Pages

Ui.Calendar.Cell

This is a cell of the calendar component.

Properties

active
:
Bool
=
false

Wether or not the cell is active (selectable).

day
:
Time

The day.

disabled
:
Bool
=
false

Wether or not the component is disabled.

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

The click event.

selected
:
Bool
=
false

Wether or not the cell is selected.

size
:
Number
=
16

The size of the component.

Functions

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

The click event handler.

render
:
Html

Renders the component.