Components
An interactive star rating component with configurable scale, sizes (sm/md/lg), and readonly mode. Users can click stars to set ratings with smooth hover animations and visual feedback.
Loading preview...
// TODO: Add code
import { StarRating } from "@/components/ui/star-rating";
export default function DemoOne() {
return <StarRating ratingScale={5} value={4} readonly />;
}