react-progressbar.js
react-progressbar.js copied to clipboard
Remove dot from the default container class name
The current container class name it's set as .progressbar-container (with a dot), which can be a little bit confusing writing the needed CSS (example).
This PR remove the point to in order to make it simpler.
I agree this is useful change. However there are now a few conflicts.