Package-level declarations

Types

Link copied to clipboard

Types of badges available in the design system. Each type represents a specific visual style and use case.

Functions

Link copied to clipboard
fun AppBadge(text: String, type: AppBadgeType, modifier: Modifier = Modifier, icon: ImageVector? = null, containerColor: Color? = null, contentColor: Color? = null)

A unified and flexible Badge component that follows the design system patterns. Internally handles styles based on AppBadgeType.

Link copied to clipboard