Add example for progress bar with text
Created by: miksh7
Sometimes it is required to output a text (either % value or arbitrary text) inside a progress bar. It would be great to add an example on how to do it (I guess by removing sr-only class from span?). Note that this is just for simple text output - no synchronization with an actual progress bar value is required.
Found related discussion for BS 2.x https://github.com/twbs/bootstrap/pull/1114 but not sure what eventually happened.