FabricElements / fabric-algolia

Algolia search for polymer projects
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link
algolia polymer search web-component web-components

Build Status Published on webcomponents.org

\<fabric-algolia>

fabric-algolia is a Polymer 3 Algolia search component.

Installation

Install fabric-algolia with npm

$ npm install FabricElements/fabric-algolia --save

Usage

Import it into the <head> of your page

<script type="module" src="https://github.com/FabricElements/fabric-algolia/raw/master/node_modules/@fabricelements/fabric-algolia/fabric-algolia.js"></script>

Example: basic usage

<fabric-algolia application-id=""
                api-key=""
                index=""
                query=""
                response=""></fabric-algolia>

See demo file for examples.

Other attributes

Events

Contributing

Please check CONTRIBUTING.

License

Released under the BSD 3-Clause License.