How to use Twitter Bootstrap components and plugins separately?

Is it possible to use Twitter Bootstrap chunks (say, only tooltips and vertical tabs) in an application that is not created using Twitter Bootstrap but uses jQuery? Or do you need to enable / use the entire infrastructure?

0
source share
2 answers

You can configure Bootstrap to use just what you need.

So, you can create your own Bootstrap assembly by selecting the necessary jQuery components and plugins.

Then you get the Bootstrap part instead of the full repository.

+5
source

Boostrap JavaScript Plugins ( , ..) , *.js. , CSS . , , .

npm .

0

All Articles