Rating

When to use

Use for star ratings or score input. Can be read-only for display or interactive for input.

Guidelines

  • 5 stars is standard: Users understand 5-star scales universally.
  • Show the count: Display how many ratings were submitted alongside the score.
  • Read-only for display: Use the readonly prop when showing aggregate ratings.

How it works