Installation
npx shadcn@latest add @bits-ui/star-ratingPreview
0/5
Usage
Import and use the component
After installation, you can import and use the component in your project.
import { StarRating } from "@/registry/new-york/blocks/star-rating/star-rating";
export default function Example() {
return <StarRating />;
}