mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

RTL Support #88

Closed ZiedHf closed 5 years ago

ZiedHf commented 5 years ago

Hey guys, Is there an appropriate way to support an RTL Layout ? It could be a feature out of the box instead of adding CSS rules like transform: rotate(-180deg); to the LoadingBar component.

mironov commented 5 years ago

@ZiedHf hey, please give 4.3.0 a try. It supports newly added direction="rtl" prop.