Useful Components Designed For Bootstrap Style
You have two type of bootstrap-compoents file for downloading.
This plugin has already pushed on Github. You can fork the original source files.
Go to GithubYou need import the css and js file after original Bootstrap files.
... <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <-- Bootstrap Components Plugin --> <script src="bootstrap-components/js/bootstrap-components.min.js"></script> <link href="bootstrap-components/css/bootstrap-components.min.css" rel="stylesheet" media="screen"> ...
Bootstrap components plugin is not offical plugin. It comes from Bootstrap user who want to use the components in Bootstrap style. If you want to help bootstrap more components, please join me.