Package-level declarations

Types

Link copied to clipboard
interface BoxBadge

Represents the basic properties needed to create a KPBoxBadge, including a title, an icon, and colors for the background and icon tint.

Link copied to clipboard
sealed class KPBoxBadgeType

Functions

Link copied to clipboard
fun KPBoxBadge(badge: BoxBadge, modifier: Modifier = Modifier, attributes: BoxBadgeAttributes = BoxBadgeAttributes())

Represents a single badge based on the provided badge type and attributes.

Link copied to clipboard
fun KPBoxBadgeGroup(badges: PersistentList<BoxBadge>, modifier: Modifier = Modifier, itemAttributes: BoxBadgeAttributes = BoxBadgeAttributes(), maxBadgeCount: Int = 4, space: Dp = 4.dp)

Represents a horizontal list of badges displayed.