A cell row is divided into the following 4 columns:
- Start: A type of media, like icon or avatar.
- Middle: The primary content; a title and description.
- End: Detailed information in neutral, negative, and positive variants.
- Accessory: A whitelisted icon displayed at the end.
Warning
The title
, description
, detail
and subdetail
props are only intended to accept a string or Text
component. Other use cases, while allowed, are not supported and may result in unexpected behavior.
Basic usage
Loading...
With Leading Icon
Loading...
With Detail and Subdetail
Loading...
Interactive Cell with Accessory
Loading...
With Helper Text
Loading...
Multiline Description
Loading...
Loading States
The ListCellFallback component provides loading state representations of ListCell. It uses placeholder rectangles to indicate where content will appear, creating a smooth loading experience. The web version uses percentage-based widths and custom layouts to match the ListCell's four-column structure.
Loading...
;