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

className property ignored? #18

Open jerrygreen opened 7 years ago

jerrygreen commented 7 years ago

I use className={styles.stars}

And have these styles:

.stars
  display inline-block

This component is still positioning as a block. So I wrapped your component with my own inline-block positioned div.

gophry commented 7 years ago

className property not getting applied. temporary fix similar way as @JerryGreen mentioned