1. Interactive
★
★
★
★
★
<Rater rating={4} total={5} />
2. Static
★
★
★
★
★
<Rater rating={2} total={5} interactive={false} />
3. Callback
★
★
★
<Rater onRate={({rating}) => {}}/>
4. Customize
<Rater total={3} />
<Angry />
<Normal />
<Smile />
</Rater>