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
I have specified only value and isEdit for ReactStarsRating, but the stars are aligned vertically.
I am looking for a way to make this horizontal. Is there a property available to specify horizontal alignment?
The text was updated successfully, but these errors were encountered:
I have specified only value and isEdit for ReactStarsRating, but the stars are aligned vertically. I am looking for a way to make this horizontal. Is there a property available to specify horizontal alignment?
@yanase-kenta0505 By default it's aligned horizontal and doesn't have property for aligning. But there are many ways how to fix this. The simpliest way it's pass id prop into component and set style for this by id.
I have specified only value and isEdit for ReactStarsRating, but the stars are aligned vertically.
I am looking for a way to make this horizontal. Is there a property available to specify horizontal alignment?
The text was updated successfully, but these errors were encountered: