Package-level declarations
Types
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
Functions
Link copied to clipboard
An alias for List that is more similar to androidx.compose.foundation.layout.LazyColumn.
Link copied to clipboard
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.