A customizable star rating component that supports read-only display and interactive input modes.
import { Rating } from '@/components/ui/rating'; export default function RatingDemo() { return <Rating rating={3.5} />; }
Part of ReUI — browse the full library on 21st.dev.