n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

get Rating on Hover #48

Open prabhat2k15 opened 6 years ago

prabhat2k15 commented 6 years ago

how can i get the rating valu on hover? I have tried mouseover but its not workin...

const thirdExample = { size: 20, count:5, half: false, color1:'grey', color2:'#e5c145', value: metaData.rate || 0, edit:true, mouseOver:newValue=>{ console.log(Example 3: new value is ${newValue}) }, onChange: newValue => { this.saveRate(newValue); console.log(Example 3: new value is ${newValue}) } }