SearchReviewsComposable

fun SearchReviewsComposable(reviewsCount: Int, colors: SearchRatingComposableColors = SearchRatingComposableDefaults.colors(), fonts: SearchRatingComposableFonts = SearchRatingComposableDefaults.fonts)

Composable function that displays the number of reviews in a formatted text.

This component shows the review count with proper pluralization and formatting (e.g., "125 reviews", "1 review"). It uses provided theming resources for consistent styling across the application.

Parameters

reviewsCount

The total number of reviews to display.

colors

The color configuration for the review text.

fonts

The font styling configuration for the review text.