Has anyone had any problems with rendering a react bootstrap progress bar at all…?
Mine just isnt showing up at all…?
Has anyone had any problems with rendering a react bootstrap progress bar at all…?
Mine just isnt showing up at all…?
Hello there,
It might be worthwhile adding the variant
prop with a value like 'info'
.
Also, what can you see in the devtools? Does the element exist?
You probably haven’t imported bootstrap css: https://react-bootstrap.github.io/getting-started/introduction#css
Give it a height?
It has a height
of 0
I didnt import it in App.js, only in my component lol