Package-level declarations

Types

Link copied to clipboard
class TitleContent(val title: String, val icon: Painter? = null)

Represents the title content of a ContentCard consisting of a title and an optional icon.

Functions

Link copied to clipboard
fun ContentCard(titleContent: TitleContent?, modifier: Modifier = Modifier, content: @Composable () -> Unit)

This card can be used to display any type of content. It is a simple wrapper around the content, which provides a title and a border.