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

https://github.com/ktquez/pickout

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

Last synced: 8 days 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

...