Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Add npm install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Dec 12, 2016
1 parent 6296006 commit 5ab2a26
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Expand Up @@ -11,6 +11,18 @@ See the [online demo](http://plnkr.co/edit/VVclW0?p=preview).

![simplecolorpicker-picker.png](http://img11.hostingpics.net/pics/71709820131025122115ColorpickerforjQuery.png)

## npm

```
npm install jquery-simplecolorpicker
```

## Bower

```
bower install jquery-simplecolorpicker
```

## How to use

Create a HTML select:
Expand Down Expand Up @@ -80,12 +92,6 @@ See http://slides.html5rocks.com/#new-form-types

See http://dev.w3.org/html5/markup/input.color.html#input.color

## Bower

```
bower install jquery-simplecolorpicker
```

## AngularJS directive

See [simplecolorpicker directive](http://plnkr.co/edit/rKM3QWXDC3vGVPe3QFWV?p=preview).
Expand Down

0 comments on commit 5ab2a26

Please sign in to comment.