New Compose Multiplatform components arrived on Composables UICheck it out →

Compose Multiplatform 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.7.0-beta04")
}

Components in Material Compose

Discover all components available in Material Compose

Dialogs image
AlertDialog
Backdrop image
BackdropScaffold
App bars: bottom image
BottomAppBar
Bottom drawer image
BottomDrawer
Bottom navigation image
BottomNavigation
Standard bottom sheet image
BottomSheetScaffold
Contained button image
Button
Cards image
Card
Checkboxes image
Checkbox
Circular progress indicator image
CircularProgressIndicator
material_design
CursorDropdownMenu
Dividers image
Divider
Menus image
DropdownMenu
material_design
DropdownMenuItem
material_design
ExposedDropdownMenuBox
Extended floating action button image
ExtendedFloatingActionButton
material_design
FilterChip
Floating action button image
FloatingActionButton
material_design
IconButton
material_design
IconToggleButton
Tab image
LeadingIconTab
Linear progress indicator image
LinearProgressIndicator
Lists image
ListItem
material_design
MaterialTheme
Modal bottom sheet image
ModalBottomSheetLayout
Modal drawer image
ModalDrawer
Navigation rail image
NavigationRail
material_design
NavigationRailItem
Outlined button image
OutlinedButton
Outlined text field image
OutlinedTextField
material_design
ProvideTextStyle
material_design
PullRefreshIndicator
Radio buttons image
RadioButton
material_design
RangeSlider
Scrollable tabs image
ScrollableTabRow
Sliders image
Slider
Snackbars image
Snackbar
material_design
SnackbarHost
material_design
SwipeToDismiss
Switches image
Switch
Tab image
Tab
Fixed tabs image
TabRow
Text button image
TextButton
Filled text field image
TextField
App bars: top image
TopAppBar
Checkboxes image
TriStateCheckbox

Modifiers in Material Compose