You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>An object defining the fill color and background color for customizing the appearance of star icon in the average rating section.</td>
179
+
<td>An object defining the fill color ( fillColor?: string ) and background color ( bgColor?: string ) for customizing the appearance of star icon in the average rating section.</td>
180
180
<td><code>undefined</code></td>
181
181
</tr>
182
182
<tr>
@@ -189,6 +189,11 @@ Props that can be passed to the component are listed below:
189
189
<td>A string used to customize the text accompanying the star rating average which provides additional information about the total number of reviews.</td>
<td>The order prop dictates the summary section's display order. Possible values are: 'ORIGINAL' or 'REVERSE'. For numeric ratingIds, it sorts in ascending (ORIGINAL) or descending (REVERSE) order. For string based ratingIds, it reflects the original/reversed order of keys in the ratings prop.</td>
195
+
<td><code>'REVERSE'</code></td>
196
+
</tr>
192
197
</tbody>
193
198
</table>
194
199
@@ -247,22 +252,22 @@ import RatingSummary from '@keyvaluesystems/react-star-rating-summary';
0 commit comments