react-progress-bar-plus
react-progress-bar-plus copied to clipboard
Progress bar component for ReactJS.
Can we introduce new props such as `color` and `box-shadow` to `ProgressBar`? I can submit a PR if you want.
When do you plan to support React version 16?
When I use your progress bar with Jest(babel-jest for loader), babel-jest can't load this module: I think the reason is in **lib/ProgressBar.js** ```js exports.default = ProgressBar; module.exports = exports['default']; ```...
I have a progressbar in a render along side other elements with their own state. It appears that when I progmatically update the state of the other sibling elements that...
Thanks for this project, I love it! I'm having an issue styling the bar as I'm using React-Boilerplate and all css is built using css modules. So, all styling is...