Tile
Alpha component
A tile groups information into an interactive element to let users browse and take action on a group of related items.
Usage
Selected
A tile can be initially selected, by using defaultSelectedKey
or isSelected
.
Disabled
A tile can be disabled.
Selected and Disabled
A tile can be selected and disabled.
Props
Tile
The id of the Tile, matching the values used in TileGroup's selectedKeys
prop.
The inline style for the element. A function may be provided to compute the style based on component state.
The children of the component. A function may be provided to alter the children based on component state.
Whether the element should be selected (controlled).
Whether the element should be selected (uncontrolled).
Whether the button is disabled.
Whether the element should receive focus on render.
The behavior of the button when used in an HTML form.
The CSS className for the element. A function may be provided to compute the class based on component state.