Jetpack Compose library
Material Compose
The "Material Compose" library by Google integrates Material Design with Jetpack Compose, offering a comprehensive set of components and design patterns. It allows developers to create beautiful, responsive, and intuitive UIs in Android applications using the modern declarative UI toolkit.
Installation
dependencies {
implementation("androidx.compose.material:material:1.8.0-alpha04")
}
Components in Material Compose
Material Compose contains 54 Jetpack Compose components:
Modifiers in Material Compose
Material Compose contains 4 Jetpack Compose modifier(s):