Simple , lightweight and quick library to make a functional search bar.
View a tutorial»
Several options are available for you to quickly get started with web development using swifty-css :
- Clone the repo:
git clone https://github.com/PrateekPathak9002/ezsearch.git
- Download through npm:
npm install ezsearch
- Import with unpkg.com:
<script src='https://unpkg.com/ezsearch/search.js'></script>
Within the download you'll find the following directories and files:
Download contents
swifty-css/
├── docs/
| ├──index.html
├── README.md
├── example.html
├── logo.png
├── package.json
├── search.js
You can view the tutorial here