Skip to content

Commit ba7e3bf

Browse files
author
James Martin
committed
Added bower instructions
1 parent b075f4c commit ba7e3bf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
We had need of a combobox at work and after looking around at the available options I was not happy with any of them. The project had all it's styling based on Twitter's Bootstrap, so building on that made sense.
44

5+
## How to install it
6+
7+
You can install this plugin one of two ways.
8+
9+
#### 1. Manual download
10+
11+
Previously, this was the only way to install the plugin. You will need two files included in your HTML in order for this to work:
12+
13+
1. js/bootstrap-combobox.js
14+
2. css/bootstrap-combobox.css
15+
16+
#### 2. Bower install
17+
18+
This plugin is now in bower! If you've already installed bower on your machine, simply use the command:
19+
20+
```
21+
bower install bootstrap-combobox
22+
```
23+
24+
This will install the plugin to your bower_components folder. For more information please see http://bower.io/
25+
526
## How to use it
627

728
The dependencies are the Bootstrap stylesheet(CSS or LESS). Include it and then the stylesheet(CSS or LESS) and javascript.

0 commit comments

Comments
 (0)