lazyRow

@Composable
fun IComponent.lazyRow(setup: IDiv.() -> Unit = {}, block: LazyDsl.() -> Unit)

HTML-based lazy row implementation.

Use this composable to display large amounts of elements on screen. Items are only loaded as they appear on screen.

Elements are loaded from side to side, respecting the user's reading direction, in the same order as they are declared in block.