Bootstrap: Difference between revisions

63 bytes added ,  24 September 2019
no edit summary
(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.
While not fully interchangable with Bootstrap, 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.