Try Install Learn Blog API Packages GitHub
Pages
mint-ui

Search
Basic information
Entities
Versions
Dependencies
mint-color 0.9.0 <= v < 1.0.0

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.

language
:
Time.Format.Language
=
Time.Format:ENGLISH

The language to use for time formatting.

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

The click event.

readonly
:
Bool
=
false

Whether or not the component is readonly.

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(Void)

The click event handler.

render
:
Html

Renders the component.