https://github.com/lukyvj/populus.js
Small javascript toolbelt to populate search inputs
https://github.com/lukyvj/populus.js
Last synced: 13 days ago
JSON representation
Small javascript toolbelt to populate search inputs
- Host: GitHub
- URL: https://github.com/lukyvj/populus.js
- Owner: LukyVj
- Created: 2017-04-19T07:52:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T11:51:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T23:09:46.769Z (14 days ago)
- Language: CSS
- Homepage: https://lukyvj.github.io/populus.js
- Size: 2.2 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Populus.JS
## Small JavaScript toolbelt to populate search inputs
Who never wanted to have a complete input experience in a frictionless way? Like having action buttons directly in it, the possibility to enable a bulletproof accessibility and else!
### What
Populus.js is a (super-light) JavaScript tool, that, once loaded, will allow you to generate complete input experience, populating them with buttons and other features.### How
- Load the script
- Write your input with a `populus` tag### Why
The idea behind is pretty simple.
I'm working at Algolia, and well, we are really (like really really) into search inputs.
I'm building demos, POC, and examples all the time, and I can tell you, the time I'm losing when I have to make a complete input experience is precious.
Now, with Populus.js, I'm able to save that precious time \o/### Demo
https://codepen.io/LukyVj/pen/eRZeEK/
See the Pen eRZeEK by LukyVJ (@LukyVj) on CodePen.### Thanks
Thanks to @auareyou for the design and the precious advices and help.### Development
```sh
$ git clone https://github.com/LukyVj/populus.js
$ cd Populus.js
$ bundle install
$ bundle exec middleman
```