Back to Fluentui

RatingDisplayBestPractices

packages/react-components/react-rating/stories/src/RatingDisplay/RatingDisplayBestPractices.md

4.40.2-hotfix2271 B
Original Source

Best practices

Do

  • Always display the value of the RatingDisplay.
  • Display the total number of ratings if known.
  • Use the RatingDisplay to represent only one thing.

Don't

  • Display an empty RatingDisplay.
  • Display a RatingDisplay with no value.