Package-level declarations

Types

Link copied to clipboard
class LazyDsl

DSL to declare items in a lazy container.

Functions

Link copied to clipboard
@Composable
fun IComponent.lazyColumn(setup: IDiv.() -> Unit = {}, block: LazyDsl.() -> Unit)

HTML-based lazy column implementation.

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

HTML-based lazy row implementation.