import RtStar from 'react-rtstar'
<RtStar />
type RtStarProps = {
stars?: number // number of stars
size?: number // size of stars in pixel
activeColor?: string
inactiveColor?: string
value?: number
onChange?: (value: number) => void
}
react-rtstar is a react component to give you opportunity to make great and easy to use rating/notation system.
TypeScript