smastrom / react-rating

⭐ Zero-dependency, highly customizable rating component for React.
https://reactrating.netlify.app
MIT License
337 stars 6 forks source link

Unable to see half filled stars #12

Closed SabihMominRMIT closed 1 year ago

SabihMominRMIT commented 1 year ago

<Rating value={1.5} readonly style={{ maxWidth: 100 }} />

whitebeard086 commented 1 year ago

"readOnly", camel case

smastrom commented 1 year ago

Hi @SabihMominRMIT, @whitebeard086 answered you. Simply add readOnly using camelCase.