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
class GenericCardStubs
Provides stub implementations of generic card components for testing and preview purposes.
Functions
Link copied to clipboard
@Composable
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.