Package-level declarations

Types

Link copied to clipboard
expect class ItemScope
actual class ItemScope
actual class ItemScope
Link copied to clipboard
class ListItemComponents(val contentModifier: Modifier = Modifier, val isInteractiveJsDom: Boolean, val headline: @Composable (Modifier) -> Unit, val start: @Composable (Modifier) -> Unit? = null, val end: @Composable (Modifier) -> Unit? = null, val supportingText: @Composable (Modifier) -> Unit? = null, val trailingSupportingText: @Composable (Modifier) -> Unit? = null, val overline: @Composable (Modifier) -> Unit? = null) : ItemComponents
Link copied to clipboard
expect class ListScope
actual class ListScope
actual class ListScope

Functions

Link copied to clipboard
fun LazyColumnList(modifier: Modifier = Modifier, content: ListScope.() -> Unit)

An alias for List that is more similar to androidx.compose.foundation.layout.LazyColumn.

Link copied to clipboard
expect fun List(modifier: Modifier = Modifier, content: ListScope.() -> Unit)

On JS DOM, if there isn't a parent with a fixed height and you want the list height to be constraint to the available space of the parent instead of expanding the parent, set "position:relative;" on the parent element and use Modifier.matchPositionRelativeParentJsDom.

actual fun List(modifier: Modifier, content: ListScope.() -> Unit)
actual fun List(modifier: Modifier, content: ListScope.() -> Unit)