Bootstrap: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
It has an excellent set of examples on it's website for all of its functionality.<br> | It has an excellent set of examples on it's website for all of its functionality.<br> | ||
=Alternatives= | ==Additions and Alternatives== | ||
==Bootstrap Native== | ===Bootstrap Native=== | ||
[https://github.com/thednp/bootstrap.native Bootstrap Native] replaces the JS portion of Bootstrap with a vanilla JS implementation. | [https://github.com/thednp/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. | 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. | Since most existing Bootstrap's JS api uses JQuery commands, this is not a drop-in replacement for Bootstrap. |
Revision as of 00:58, 3 October 2019
Bootstrap is the most popular CSS framework.
It has an excellent set of examples on it's website for all of its functionality.
Additions and 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.