Is there a way to add start and end labels directly below the progress bar in Bootstrap?
Here is an example of what I want:
[||||||||------------]
<Start Label> <End Label>
I have been searching for a solution, but it seems like I might need to write custom CSS to include these labels. Does Bootstrap provide support for this feature?