All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.huanshankeji.compose.layout.Column.kt Maven / Gradle / Ivy

Go to download

Common wrappers of components (including layouts) and styles for Compose Multiplatform on (desktop/Android and web)

There is a newer version: 0.4.0
Show newest version
package com.huanshankeji.compose.layout

import androidx.compose.runtime.Composable
import com.huanshankeji.compose.ui.Element
import com.huanshankeji.compose.ui.ModifierOrAttrs

expect abstract class ColumnElement : Element
expect interface ColumnScope

@Composable
expect fun Column(modifierOrAttrs: ModifierOrAttrs = null, content: @Composable ColumnScope.() -> Unit)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy