Package-level declarations

Types

Link copied to clipboard

Rating size specification with circle size, star icon size and spacing. These values correspond to exact design specifications from Figma.

Link copied to clipboard
sealed interface RatingStyle

Style configuration for rating component colors. This defines only the color scheme, independent of size.

Functions

Link copied to clipboard
fun SourceRating(rating: Int, size: RatingSize, style: RatingStyle, modifier: Modifier = Modifier)

A reusable star rating component that displays circular stars with ratings.