Components
Loading preview...
A customizable star rating component that supports read-only display and interactive input modes.
npx shadcn@latest add https://21st.dev/r/sean0205/ratingimport { Rating } from '@/components/ui/rating';
export default function RatingDemo() {
return <Rating rating={4.5} showValue={true} />;
}