-
Updated
Dec 14, 2020 - JavaScript
Bootstrap

Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.
Here are 26,164 public repositories matching this topic...
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 13, 2020 - HTML
-
Updated
Dec 10, 2020 - CSS
-
Updated
Oct 27, 2020 - HTML
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 10, 2020 - PHP
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 11, 2020 - HTML
-
Updated
Dec 10, 2020
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Oct 12, 2020 - HTML
-
Updated
Dec 12, 2020 - CSS
-
Updated
Dec 7, 2020 - CSS
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 11, 2020 - Java
-
Updated
Jul 30, 2020 - HTML
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Aug 26, 2020 - HTML
-
Updated
Feb 28, 2020 - HTML
Created by Mark Otto, Jacob Thornton
Released August 19, 2011
- Organization
- twbs
- Website
- getbootstrap.com
- Wikipedia
- Wikipedia
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