In the docs, all the examples use pixels for widgetDimensions and widgetDimension. I am using this library, and liking it alot, but now I need to set the size of the stars according to the width of their container. I tried doing something like this:
<Ratings rating={this.state.rating} widgetDimensions='20%'>
[<Ratings.Widget here]
.
This causes the widgets to line up (not quite) vertically as opposed to horizontally. I believe this is not intended functionality.
Attached is a screenshot of the issue.
