Jetpack Compose library
Material 3 Compose
"Material 3 Compose" is Google's latest iteration of Material Design tailored for Jetpack Compose. It introduces updated design principles, components, and interactions to create modern and visually appealing Android applications with ease and consistency.
Installation
dependencies {
implementation("androidx.compose.material3:material3:1.4.0-alpha12")
}
Components in Material 3 Compose
Material 3 Compose contains 132 Jetpack Compose components:
CircularProgressIndicator
CircularWavyProgressIndicator
ContainedLoadingIndicator
DismissibleNavigationDrawer
ExpandedFullScreenSearchBar
ExtendedFloatingActionButton
FilledTonalIconToggleButton
HorizontalFloatingToolbar
HorizontalMultiBrowseCarousel
HorizontalUncontainedCarousel
LargeExtendedFloatingActionButton
LargeFloatingActionButton
LinearWavyProgressIndicator
MediumExtendedFloatingActionButton
MediumFloatingActionButton
MultiChoiceSegmentedButtonRow
PermanentNavigationDrawer
SecondaryScrollableTabRow
SingleChoiceSegmentedButtonRow
SmallExtendedFloatingActionButton
SmallFloatingActionButton
ToggleFloatingActionButton
Modifiers in Material 3 Compose
Material 3 Compose contains 3 Jetpack Compose modifier(s):