Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/75 halt fading at 100 #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pythonpioneer
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant