Package-level declarations
Types
Jetpack button default values.
Jetpack chip default values.
Jetpack icon button default values.
Jetpack navigation default values.
Jetpack navigation suite scope for setting item properties.
Jetpack tab default values.
Jetpack tag default values.
A data class representing a toggle option.
Functions
The main background for the app. Uses LocalBackgroundTheme to set the color and tonal elevation of a Surface.
A gradient background for select screens. Uses LocalBackgroundTheme to set the gradient colors of a Box within a Surface.
A divider with text in the middle.
A wrapper around AsyncImage which determines the colorFilter based on the theme
A Jetpack Compose top app bar with a title, navigation icon, and action button.
Jetpack filled button with generic content slot. Wraps Material 3 Button.
Jetpack filled button with text and icon content slots.
Composable function that represents the floating action button in the Jetpack application.
Jetpack filter chip with included leading checked icon as well as text content slot.
Jetpack toggle button with icon and checked icon content slots. Wraps Material 3 IconButton.
Composable function that represents the loading wheel in the Jetpack application.
Jetpack navigation bar with content slot. Wraps Material 3 NavigationBar.
Jetpack navigation bar item with icon and label content slots. Wraps Material 3 NavigationBarItem.
Jetpack navigation rail with header and content slots. Wraps Material 3 NavigationRail.
Jetpack navigation rail item with icon and label content slots. Wraps Material 3 NavigationRailItem.
Jetpack navigation suite scaffold with item and content slots. Wraps Material 3 NavigationSuiteScaffold.
Jetpack outlined button with generic content slot. Wraps Material 3 OutlinedButton.
Jetpack outlined button with text and icon content slots.
Composable function that represents the loading wheel in the Jetpack application with an overlay.
A Jetpack Compose password field with customizable appearance and optional error message display.
Jetpack tab. Wraps Material 3 Tab and shifts text label down.
Jetpack tab row. Wraps Material 3 TabRow.
Jetpack tag.
Jetpack text button with generic content slot. Wraps Material 3 TextButton.
Jetpack text button with text and icon content slots.
A Jetpack Compose text field with customizable appearance and optional error message display.
A row of toggle options that can be selected.
A Jetpack Compose top app bar with a title and action icon.
A Jetpack Compose top app bar with a title, navigation icon, and action icon.
A Jetpack Compose top app bar with a title and avatar.
A composable that allows swiping to dismiss an item.