# [Bootstrap-Components-3.0](http://zombiej.github.io/bootstrap-components-3.0)

Bootstrap-Components-3.0 is a js lib support Bootstrap v3. Enhancement original Bootstrap.

To get started, check out http://zombiej.github.io/bootstrap-components-3.0!

PS: If it's useful for you, please give me a star. Thanks! :blush:

## Component List
* Slider
* Auto Tooltips
* Datepicker
* Dialog
* Select
* Notify
* Callout
* Checkbox
* Radio
* Editable

========================

### Slider
Support horizontal slider component.

### Auto Toolitips
Enable initial Tooltip without js. It means you needn't init tooltip for any element.

### Datepicker
A datepicker component will display the window of date picker when user focus on the input. It has types of picker:
* time picker
* date picker
* month picker
* year picker
* full picker

### Dialog
Support Bootstrap style alert box. Just call js without creating Modal in document manually.

### Select
Bootstrap style <select>. Support item with img.

### Notify
Popup a float notify box as Bootstrap style: success, warning, info, error.

### Callout
Comes from Bootstrap offical web page.

### Checkbox
Bootstrap style checkbox.

### Radio
Bootstrap style radio box.

### Editable
Enable element to be editable.
