Star Rating
An e-commerce product rating display, shared by ProductCard and ProductDetailBlock.
4.5(128 reviews)
Orientation
4.5(128 reviews)
4.5(128 reviews)
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| rating | number | 0–5. Drives the filled/half/empty star count. | |
| reviewCount | number | Shown next to the stars when showLabel is true. | |
| showLabel | boolean | true | Shows the numeric rating + review count text. |
| orientation | 'horizontal' | 'horizontal-reverse' | 'vertical' | 'horizontal' | Only meaningful while showLabel is true. |
| formatReviewCount | (count: number) => string | Custom formatter for the review count text. |