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

Jetpack Compose library

Wear Material 3 Compose

"Wear Material 3 Compose" is Google's adaptation of Material Design 3 for Wear OS, seamlessly integrated with Jetpack Compose. It offers a suite of updated components, interactions, and design guidelines tailored for creating modern and visually appealing user interfaces on wearable devices.

Installation

dependencies {
  implementation("androidx.wear.compose:compose-material3:1.0.0-alpha27")
}

Components in Wear Material 3 Compose

Wear Material 3 Compose contains 56 Jetpack Compose components:

AlertDialog
AnimatedText
AppCard
AppScaffold
Button
ButtonGroup
Card
CheckboxButton
ChildButton
CircularProgressIndicator
CompactButton
Confirmation
DatePicker
EdgeButton
FailureConfirmation
FilledIconButton
FilledTonalButton
FilledTonalIconButton
HorizontalPageIndicator
HorizontalPagerScaffold
Icon
IconButton
IconToggleButton
LevelIndicator
LinearProgressIndicator
ListHeader
ListSubHeader
MaterialTheme
OpenOnPhoneDialog
OutlinedButton
OutlinedCard
OutlinedIconButton
Picker
PickerGroup
ProvideTextStyle
RadioButton
ScreenScaffold
ScrollIndicator
SegmentedCircularProgressIndicator
Slider
SplitCheckboxButton
SplitRadioButton
SplitSwitchButton
Stepper
SuccessConfirmation
SwipeToDismissBox
SwipeToReveal
SwitchButton
Text
TextButton
TextToggleButton
TimePicker
TimeText
TitleCard
VerticalPageIndicator
VerticalPagerScaffold

Modifiers in Wear Material 3 Compose

Wear Material 3 Compose contains 8 Jetpack Compose modifier(s):

by @alexstyl