ui/Item
An unstyled item component and behaviors to be customized by a theme or application.
Members
Section titled “Members ”Item Component
Section titled “Item   Component ”A minimally-styled ready-to-use list item component with touch support.
Extends:
ui/Itemui/Item.ItemBase
Wrapped with:
ui/Itemui/Item.ItemDecorator
ItemBase Component
Section titled “ItemBase   Component ”A basic list item component structure without any behaviors applied to it.
It also has support for overlay to place things before and after the main content.
Properties
children
Section titled “children”The node to be displayed as the main content of the item.
The type of component to use to render the item. May be a DOM node name (e.g 'div', 'span', etc.) or a custom component.
Default: 'div'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:
item- The root class nameinline- Applied wheninlineprop is true
disabled
Section titled “disabled”Applies a disabled state to the item.
Default: falseinline
Section titled “inline”Applies inline styling to the item.
Default: falseItemDecorator Higher-Order Component
Section titled “ItemDecorator   Higher-Order Component ”A higher-order component that adds touch support to the component it wraps.
Includes:
ui/ForwardRefui/ForwardRef.ForwardRef
Includes:
ui/Touchableui/Touchable.Touchable