New Compose Multiplatform components arrived on Composables UICheck it out →

Compose Multiplatform library

Wear Material Compose

"Wear Material Compose" is a library by Google that integrates Material Design principles with Jetpack Compose for developing intuitive and visually cohesive user interfaces on Wear OS devices. It provides components and layouts optimized for small screens, enhancing usability and aesthetic consistency in wearable applications.

Installation

dependencies {
  implementation("androidx.wear.compose:compose-material:1.4.0-beta03")
}

Components in Wear Material Compose

Discover all components available in Wear Material Compose

Alert
AppCard
Button
Card
Checkbox
Chip
CircularProgressIndicator
CompactButton
CompactChip
Confirmation
Dialog
HorizontalPageIndicator
Icon
InlineSlider
ListHeader
MaterialTheme
OutlinedButton
OutlinedChip
OutlinedCompactButton
OutlinedCompactChip
Picker
PickerGroup
PositionIndicator
ProvideTextStyle
RadioButton
Scaffold
ScalingLazyColumn
SelectableChip
SplitSelectableChip
SplitToggleChip
Stepper
SwipeToDismissBox
SwipeToRevealCard
SwipeToRevealChip
Switch
Text
TimeText
TitleCard
ToggleButton
ToggleChip
Vignette

Modifiers in Wear Material Compose