Lists¶
List components cover common row and state patterns.
Components¶
ListItemLazyListEmptyStateLoadingStateErrorState
Example¶
AppTheme {
ListItem(
headline = "Compose Pro",
supportingText = "Active subscription",
)
}
Use LazyList for edge-to-edge compatible scrollable content and pass stable keys in item blocks where possible.