Package-level declarations

Types

Link copied to clipboard

Defines the visual styling options for Badge components.

Functions

Link copied to clipboard
fun Badge(text: String, modifier: Modifier = Modifier, badgeType: ClerkBadgeType = ClerkBadgeType.Primary, clerkTheme: ClerkTheme? = null)

A badge component that displays text with various styling options.