https://github.com/csbun/algolia-search-idd
Input DropDown for Algolia
https://github.com/csbun/algolia-search-idd
algolia dropdown input menu search
Last synced: 8 months ago
JSON representation
Input DropDown for Algolia
- Host: GitHub
- URL: https://github.com/csbun/algolia-search-idd
- Owner: csbun
- License: mit
- Created: 2016-09-04T08:32:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T13:22:48.000Z (almost 3 years ago)
- Last Synced: 2024-09-25T09:27:45.701Z (over 1 year ago)
- Topics: algolia, dropdown, input, menu, search
- Language: JavaScript
- Size: 438 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algolia-search-idd
Input DropDown for Algolia

## Install
```
yarn add algolia-search-idd
```
Or use CDN(via [unpkg](https://unpkg.com))
```html
```
## Example
```js
import asidd from 'algolia-search-idd';
// or from cdn
// const asidd = window.algoliaSearchIDD;
asidd.algoliaSearchIDD({
el: '.selector', // or DOM Element or NodeList
applicationID: '...',
apiKey: '...',
indexName: '...',
// template: '[optional] using customer EJS template string',
});
```
Or clone this repo and run
```
npm run example
```
## License
MIT