moonstone/ Labeled Item
Provides Moonstone styled item with a label below.
import LabeledItem from '@enact/moonstone/LabeledItem';Members
LabeledItemComponent
A Moonstone styled labeled item with built-in support for marqueed text and Spotlight focus.
import LabeledItem from '@enact/moonstone/LabeledItem';LabeledItemBaseComponent
A focusable component that combines marquee-able text content with a synchronized marquee-able text label.
import {LabeledItemBase} from '@enact/moonstone/LabeledItem';Properties
The node to be displayed as the main content of the item.
Customizes the component by mapping the supplied collection of CSS class names to the corresponding internal elements and states of this component.
The following classes are supported:
labeledItem- The root class nameicon- Applied to the iconlabel- Applied to the label
Applies a disabled style and the control becomes non-interactive.
The label to be displayed along with the text.
Determines what triggers the
LabelItem's marquee to start its animation.Default: 'focus'Icon to be displayed next to the title text.