Bootstrap: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[https://getbootstrap.com/ Bootstrap] is the most popular CSS framework. It | [https://getbootstrap.com/ Bootstrap] is the most popular CSS framework.<br> | ||
It has an excellent set of examples on it's website for all of its functionality.<br> | |||
=Alternatives= | =Alternatives= |
Revision as of 10:02, 29 September 2019
Bootstrap is the most popular CSS framework.
It has an excellent set of examples on it's website for all of its functionality.
Alternatives
Bootstrap Native
Bootstrap Native replaces the JS portion of Bootstrap with a vanilla JS implementation. It allows you to use Bootstrap's interactive portions without requiring JQuery or popper.js. Since most existing Bootstrap's JS api uses JQuery commands, this is not a drop-in replacement for Bootstrap.