Package-level declarations
Functions
Link copied to clipboard
fun ExpandableSection(modifier: Modifier = Modifier, title: StringResource, filtersContent: @Composable () -> Unit? = null, content: @Composable ColumnScope.() -> Unit)
Custom section displayed on compact size classes can be expanded to show its content
Link copied to clipboard
fun HostOverview(modifier: Modifier, viewModel: HostScreenViewModel, hostOverview: SavedHostOverview)
Custom component used to display the overview data related to a host
Link copied to clipboard
fun SectionTitle(modifier: Modifier = Modifier, title: StringResource, fontSize: TextUnit = TextUnit.Unspecified, filtersContent: @Composable () -> Unit? = null)
Custom section displayed on large size classes