react-top-loading-bar
react-top-loading-bar copied to clipboard
Feature/75 halt fading at 100
Implemented Feature Request from Issue #75
- Added fading status functionality to the loading bar component.
- If
fade={true}
, the bar will fade out at 100% as it currently does. - if
fade={false}
, the progress bar will stop at 100% without fading. - I also modified the README file and included details about the
fade
prop in the Prop section. - Usage example:
<LoadingBar
color='#f11946'
progress={progress}
fade={false} // true: Default
/>
This implementation addresses the requested feature and provides a clear usage example for the new fade prop.
Hi @klendi, I hope you're doing well. I'm checking in regarding the pull request(PR #80) I submitted some weeks ago. Is there any specific reason why it hasn't been merged yet?
Looking forward to your response.