New Compose Multiplatform components arrived on Composables UICheck it out →

Compose Multiplatform library

Compose Ui

The Compose UI library contains fundamental building blocks to interact with the device and do custom drawing

Installation

dependencies {
  implementation("androidx.compose.ui:ui:1.7.0-beta04")
}

Components in Compose Ui

Discover all components available in Compose Ui

AndroidView
AwtWindow
Dialog
DialogWindow
Group
InterceptPlatformTextInput
Layout
LookaheadScope
MultiMeasureLayout
Path
Popup
RenderVectorGroup
SubcomposeLayout
SwingPanel
Window

Modifiers in Compose Ui