We just launched Compose Examples featuring over 150+ components! Check it out →

Jetpack Compose 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.8.0-alpha04")
}

Components in Compose Ui

Compose Ui contains 11 Jetpack Compose components:

AndroidView
Dialog
Group
InterceptPlatformTextInput
Layout
LookaheadScope
MultiMeasureLayout
Path
Popup
RenderVectorGroup
SubcomposeLayout

Modifiers in Compose Ui

Compose Ui contains 47 Jetpack Compose modifier(s):

by @alexstyl