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

Jetpack Compose library

Tv Material Compose

The "TV Material Compose" library by Google simplifies the development of Android TV apps using Jetpack Compose. It provides TV-specific UI components and layouts, enabling developers to create engaging and user-friendly TV interfaces efficiently.

Installation

dependencies {
  implementation("androidx.tv:tv-material:1.0.0")
}

Components in Tv Material Compose

Tv Material Compose contains 30 Jetpack Compose components:

AssistChip
Button
Card
Carousel
Checkbox
ClassicCard
CompactCard
DenseListItem
FilterChip
Icon
IconButton
InputChip
ListItem
MaterialTheme
ModalNavigationDrawer
NavigationDrawer
OutlinedButton
OutlinedIconButton
ProvideTextStyle
RadioButton
StandardCardContainer
SuggestionChip
Surface
Switch
TabRow
Text
TriStateCheckbox
WideButton
WideCardContainer
WideClassicCard
by @alexstyl