rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Colud anybody publish a new version Npm package, seems there are lots of PRs ars not in the current version Npm package. #244

Open eidonjoe opened 1 year ago

eidonjoe commented 1 year ago

@rstacruz could you give some help? Maybe publish a new version package to the NPM

bombillazo commented 1 year ago

@rstacruz any way to publish the current version to npm?

yisibell commented 1 year ago

This library is rarely maintained anymore. You can try this library, and it is easy to modify the style of Progress bar programmatically.

https://github.com/yisibell/trickling

bombillazo commented 1 year ago

Hey @yisibell thanks for sharing; examples on how to use trickling with React would help it immensely to get popular. I agree this repo is pretty much abandoned.

yisibell commented 1 year ago

It can be used in any framework (such as Vue, React ...). Just initialize a Progress bar instance in a file, execute .start() where the progress needs to be started, and call .done() when the progress needs to be ended. So, give it a try in your project. This package has been applied in our company's project and completely replaces NProgress