Bootstrap Component
  • Home
  • Darklight
  • Datepicker
  • Dialog
  • Dropdown
  • Fileuploader
  • Floater
  • Slider
  • Switch
  • Notify
  • Others

Bootstrap Component

Useful Components Designed For Bootstrap Style

  • Download
  • How to use
  • About

Download

You have two type of bootstrap-compoents file for downloading.

Download compressed

get the compressed file of source files.

Download as .zip Download as .tar.gz

Download source

This plugin has already pushed on Github. You can fork the original source files.

Go to Github

How to use it

You 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">
...

About

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.

Build By zombieJ.