Closed sudhanshuku01 closed 8 months ago
Hello @klendi I would like to request to please checkout this PR. I have successfully added a props in the LoadingBar which is rtl={false} or rtl={true} and also update the homepage. If any further changes required I'll do.
Implemented the direction feature for top loading bar as mentioned in issue #77 Changes Made:
<LoadingBar rtl={true} // default is false color={barColor} progress={progress} onLoaderFinished={() => setProgress(0)} />