Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped
- Host: GitHub
- URL: https://github.com/ktquez/pickout
- Owner: ktquez
- License: other
- Created: 2016-03-14T16:05:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T03:48:06.000Z (over 7 years ago)
- Last Synced: 2024-10-12T19:47:58.418Z (2 months ago)
- Language: JavaScript
- Homepage: http://ktquez.github.io/pickout/
- Size: 84 KB
- Stars: 88
- Watchers: 11
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license-mit.md
Awesome Lists containing this project
- fucking-awesome-web-effect - pickout - Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped (🚀 A series of exquisite and compact web page cool effects / Other Effect)
- awesome-web-effect - pickout - Cool and powerful effect to select fields. Javascript vanilla and ~2kb gzipped (🚀 A series of exquisite and compact web page cool effects / Other Effect)
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
...