Try Install Learn Blog API Packages GitHub
Pages
mint-ui

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

Ui.InteractiveList.Item

A component to display a Ui.ListItem for the interactive list.

Properties

children
:
Array(Html)
=
[]

The content to render.

intended
:
Bool
=
false

Whether or not the item is inteded.

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

The click event handler.

selected
:
Bool
=
false

Whether or not the item is slected.

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

The size of the item.

Functions

render
:
Html

Renders the item.