Bootstrap: Difference between revisions
Created page with "[https://getbootstrap.com/ Bootstrap] is the most popular CSS framework. It was developed by Twitter. =Alternatives= ==Bootstrap Native== [https://github.com/thednp/bootstra..." |
No edit summary |
||
Line 5: | Line 5: | ||
==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. | |||
Since most existing Bootstrap's JS api uses JQuery commands, this is not a drop-in replacement for Bootstrap. |
Revision as of 13:25, 24 September 2019
Bootstrap is the most popular CSS framework. It was developed by Twitter.
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.