react-top-loading-bar icon indicating copy to clipboard operation
react-top-loading-bar copied to clipboard

Feature/75 halt fading at 100

Open pythonpioneer opened this issue 1 year ago • 1 comments

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.

pythonpioneer avatar Jan 04 '24 19:01 pythonpioneer

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.

pythonpioneer avatar Feb 23 '24 19:02 pythonpioneer