React Progress Bar

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

Hi, the variant attribute didnt work but the element is there…

Give it a height?

It has a height of 0

I didnt import it in App.js, only in my component lol