Here is Rating Group component
import BasicRating from "@/components/ui/rating-group"; export default function DemoOne() { return <BasicRating />; }