Ratti v1.0.2

A lightweight, customizable star rating component for React with TypeScript support. Features multiple variants, precision control, and smooth animations for modern web applications.

1
import { RateStar } from 'ratti';
2
3<RateStar
4
variant={}
5
value={
4.5
}
6
maxRating={
5
}
7
precision={
0.5
}
8
size={
64
}
9
activeColorsEnabled={}
10
readOnly={}
11/>