Package-level declarations

Types

Link copied to clipboard
data class CardOptions(val isDarkMode: Boolean, val isTablet: Boolean, val enableAnchoredIcon: Boolean)

Configuration options for styling and behavior of a card component.

Link copied to clipboard

Provides stub implementations of generic card components for testing and preview purposes.

Functions

Link copied to clipboard
@Composable
fun GenericCardView(card: SessionFrame.SendEvent.Body.Entity.Data.Card, configuration: CardOptions, modifier: Modifier = Modifier)

A composable function for rendering a generic card view.

Link copied to clipboard

Determines whether a list of CardComponent instances represents a "split text" layout.