rate
rate copied to clipboard
feat: Added Stars Spacing props to rc-star NEED REVIEW
Problem: We had to customize spacing through CSS selectors(after reading up on the class names) Solution: Create a prop for stars spacing
Changes in this PR:
Last li
will always have marginRight
of 0
starsSpacing
prop added to Rate
and Star
which applies marginRight
to all Stars
@afc163 ?