Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Aug 25, 2017
1 parent afa7ec3 commit a5bbec5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 859 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
# OSX
#
.DS_Store
15 changes: 12 additions & 3 deletions README.md
@@ -1,11 +1,20 @@
bootstrap-dropselect
============================
A simple jQuery plugin that extends bootstrap's dropdown menu into something like github's [select menu](https://github.com/styleguide/css/13.0).
A simple jQuery plugin that extends bootstrap's dropdown menu into a select menu

![demo](demo.jpg "demo")

## Setup
Setup `dropselect` in 2 steps
## Install
Several quick start options are available:

- [download](https://github.com/lodev09/bootstrap-dropselect/archive/v1.0.1.zip) latest release
- [npm](https://www.npmjs.com/package/bootstrap-dropselect): `npm install --save bootstrap-dropselect`
- [bower](https://bower.io): `bower install bootstrap-dropselect`

** Make sure to link `bootstrap-dropselect.js` and `bootstrap-dropselect.css` to your project

## Usage
Setup `dropselect` in **2 steps**

### Step 1
Just code your standard bootstrap `dropdown`. http://getbootstrap.com/components/#dropdowns
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5bbec5

Please sign in to comment.