Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktquez/pickout

Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped
https://github.com/ktquez/pickout

Last synced: about 2 months ago
JSON representation

Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped

Awesome Lists containing this project

README

        

# pickout
Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped.

**[DEMO PAGE](http://ktquez.github.io/pickout/)**

---

For syntax of the previous version [click here](https://github.com/ktquez/pickout/tree/v1.3.3)

---

## How to use
### npm

```shell
npm install pickout --save
```

### bower

```shell
bower install pickout --save
```

### Inserting HTML
Include the style

```html

...

```

Include the script

```html

...