A basic list widget that supports selecting items, with optional multiselect support.
It creates a sequence of rendered list items in <>{...}</>, i.e. with no parent
element. However, each item is wrapped in a
in order to (1) attach a click
handler and (2) highlight the item if it is selected.
A basic list widget that supports selecting items, with optional multiselect support. It creates a sequence of rendered list items in <>{...}</>, i.e. with no parent element. However, each item is wrapped in a
Type Declaration
p: ListCoreProps<T, K, ItemProps>,
): Element
Type Parameters
Parameters
Returns Element