Component - LazyColumn with items
This UI component shows a vertical list that only creates the visible items on screen. It helps apps run smoothly by loading items as you scroll.
This UI component shows a vertical list that only creates the visible items on screen. It helps apps run smoothly by loading items as you scroll.
LazyColumn └── items (list of Text)