bootstrap-without-jquery icon indicating copy to clipboard operation
bootstrap-without-jquery copied to clipboard

WebPack: How to pull this in?

Open IngwiePhoenix opened this issue 9 years ago • 1 comments

I use WebPack to produce my frontend JS code...and I'd totally love to ditch jQuery. It takes up more space than it should, thus I don't even use half of it's functionality.

So which components are supported and how do I get this library in, but in parts? Say I only want Tooltips and Dropdowns but not the rest.

IngwiePhoenix avatar May 15 '15 05:05 IngwiePhoenix

@IngwiePhoenix you must know that @tagawa 's solution here is mainly for dropdowns and navbar. If you are looking for something else, there is a full re-write of Bootstrap 3 JS here https://github.com/thednp/bootstrap.native

thednp avatar May 15 '15 12:05 thednp