Rating Stars
BadgesInteractive star rating component
ratingstarsinteractive
Installation
$
Usage
tsx
import { RatingStars } from "@/components/nonaxial/rating-stars"
export default function Example() {
return (
<RatingStars>{/* Your content here */}</RatingStars>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |