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.
// TODO: Add code import { StarRating } from "@/components/ui/star-rating"; export default function DemoOne() { return <StarRating ratingScale={5} value={4} readonly />; }
Part of Molecule UI — browse the full library on 21st.dev.