Star Rating

UI

A small, accessible star rating component for reviews and feedback collection.

Open in
ratingstarsfeedback

Installation

npx shadcn@latest add @bits-ui/star-rating

Preview

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 />;
}