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

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.