The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
Updated
on Mar 17, 2021 - JavaScript
Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.
Created by Mark Otto, Jacob Thornton
Released August 19, 2011
progress
#8.1.1
Issue1.
What is happening?
When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68
What should be happening?
Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.
Iss