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

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-alpha02")
}

Components in Material 3 Compose

Material 3 Compose contains 123 Jetpack Compose components:

Basic dialog
image
AlertDialog
Assist chip
image
AssistChip
Badge
image
Badge
Badge
image
BadgedBox
Basic dialog
image
BasicAlertDialog
Bottom app bar
image
BottomAppBar
Bottom sheet
image
BottomSheetScaffold
Filled button
image
Button
material_design
ButtonGroup
Filled card
image
Card
Center-aligned top app bar
image
CenterAlignedTopAppBar
Checkbox
image
Checkbox
Circular progress indicator
image
CircularProgressIndicator
Circular wavy progress indicator
image
CircularWavyProgressIndicator
Contained loading indicator
image
ContainedLoadingIndicator
Date picker
image
DatePicker
material_design
DatePickerDialog
Date range picker
image
DateRangePicker
material_design
DismissibleDrawerSheet
material_design
DismissibleModalWideNavigationRail
Navigation drawer
image
DismissibleNavigationDrawer
Search bar
image
DockedSearchBar
Dropdown menu
image
DropdownMenu
Dropdown menu
image
DropdownMenuItem
Assist chip
image
ElevatedAssistChip
Elevated button
image
ElevatedButton
Elevated card
image
ElevatedCard
Filter chip
image
ElevatedFilterChip
Suggestion chip
image
ElevatedSuggestionChip
material_design
ElevatedToggleButton
Exposed dropdown menu
image
ExposedDropdownMenuBox
Extended FAB
image
ExtendedFloatingActionButton
Filled icon button
image
FilledIconButton
Filled icon toggle button
image
FilledIconToggleButton
Filled tonal button
image
FilledTonalButton
Filled tonal icon button
image
FilledTonalIconButton
Filled tonal icon toggle button
image
FilledTonalIconToggleButton
Filter chip
image
FilterChip
FAB image
FloatingActionButton
material_design
FloatingActionButtonMenu
Divider
image
HorizontalDivider
material_design
HorizontalFloatingAppBar
material_design
HorizontalMultiBrowseCarousel
material_design
HorizontalUncontainedCarousel
Standard icon button
image
IconButton
Standard icon toggle button
image
IconToggleButton
Input chip
image
InputChip
material_design
LargeExtendedFloatingActionButton
Large FAB
image
LargeFloatingActionButton
Large top app bar
image
LargeTopAppBar
material_design
LeadingIconTab
Linear progress indicator
image
LinearProgressIndicator
Linear wavy progress indicator
image
LinearWavyProgressIndicator
Lists
image
ListItem
Loading indicator
image
LoadingIndicator
material_design
MaterialExpressiveTheme
material_design
MaterialTheme
material_design
MediumExtendedFloatingActionButton
material_design
MediumFloatingActionButton
Medium top app bar
image
MediumTopAppBar
Bottom sheet
image
ModalBottomSheet
material_design
ModalDrawerSheet
Navigation drawer
image
ModalNavigationDrawer
material_design
ModalWideNavigationRail
material_design
MultiChoiceSegmentedButtonRow
Navigation bar
image
NavigationBar
material_design
NavigationDrawerItem
Navigation rail
image
NavigationRail
material_design
NavigationRailItem
Outlined button
image
OutlinedButton
Outlined card
image
OutlinedCard
Outlined icon button
image
OutlinedIconButton
Outlined icon toggle button
image
OutlinedIconToggleButton
material_design
OutlinedSecureTextField
Outlined text field
image
OutlinedTextField
material_design
OutlinedToggleButton
material_design
PermanentDrawerSheet
Navigation drawer
image
PermanentNavigationDrawer
material_design
PrimaryScrollableTabRow
material_design
PrimaryTabRow
material_design
ProvideTextStyle
material_design
PullToRefreshBox
Radio button
image
RadioButton
material_design
RangeSlider
material_design
ScrollableTabRow
Search bar
image
SearchBar
material_design
SecondaryScrollableTabRow
material_design
SecondaryTabRow
material_design
SecureTextField
material_design
ShortNavigationBar
material_design
ShortNavigationBarItem
material_design
SingleChoiceSegmentedButtonRow
Sliders
image
Slider
material_design
SmallExtendedFloatingActionButton
Small FAB
image
SmallFloatingActionButton
Snackbar
image
Snackbar
material_design
SnackbarHost
material_design
SplitButtonLayout
Suggestion chip
image
SuggestionChip
material_design
SwipeToDismissBox
Switch
image
Switch
Tabs
image
Tab
Text button
image
TextButton
Filled text field
image
TextField
Time picker
image
TimePicker
material_design
ToggleButton
material_design
ToggleFloatingActionButton
material_design
TonalToggleButton
Small top app bar
image
TopAppBar
Checkbox
image
TriStateCheckbox
Divider
image
VerticalDivider
material_design
VerticalFloatingAppBar
material_design
WideNavigationRail
material_design
WideNavigationRailItem

Modifiers in Material 3 Compose

Material 3 Compose contains 4 Jetpack Compose modifier(s):

by @alexstyl