f w h

ProgressBar.js for React with ES6

If you’re not aware, ProgressBar.js is a great way to create beautiful, animated progress bars with JavaScript. The library outputs and automatically animates your progress bar with SVG.

There are a couple of React implementations out there, including one by the creator of the original library. However, they are rather limited in the options they let you set. So, I created react-es6-progressbar.js. The package exposes a set of React components to which you can pass the library’s full set of options.

Get the library here:

NPMnpm install --save react-es6-progressbar.js

GitHub