You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.