ninjasort / react-star-rating

[Looking for Maintainers (email me)]: A simple star rating component built with React.
MIT License
173 stars 58 forks source link

Show Caption on Same Line as StarRating #19

Closed ziruixiao closed 8 years ago

ziruixiao commented 8 years ago

In the examples shown on this site (http://cameronjroe.com/react-star-rating/), all of the StarRating components have their caption shown on the same line/row. However, when I try to implement this, my caption is always on a different row from my star rating, regardless of the display size. Am I doing this right? Thanks!

<StarRating name="userRating" size={15} caption="5 votes" disabled rating={3} totalStars={5} />
ninjasort commented 8 years ago

Looks right. Have you included the CSS?

ziruixiao commented 8 years ago

Ah, I believe that was it. Thanks!