Rating
A customizable star rating component with support for custom sizes, read-only mode, and more.
Rating Example
Props
Rating
maxRating?: number (default: 5), defaultRating?: number (default: 0), onRatingChange?: (rating: number) => void, readOnly?: boolean (default: false), size?: "sm" | "md" | "lg" (default: "md")