Optional
maxDefines the maximum number of stars, by default it will be 1
Example:
<Rating max={5} />
Optional
minDefines the minimum number of stars, by default it will be 1
Example:
<Rating min={1} />
Change the value of the Rating component Values will be rounded to the nearest rank
Example:
<Rating value={1.5} />
Properties used in the Rating component.