UI components for the GroupBy Searchandiser API.
npm install searchandiser-uiGroupBy Searchandiser UI
========



The following instructions assume that you are creating a search & merch single page app using the
GroupBy commerce platform.
There are two ways to implement in an existing website, the preferred way is to have the searchandiser
API generate the HTML on your page and hookup the eventing for you. This way you will inherit
all the best practices for your website in seconds.
Integrate with an existing website;
Implementing a simple website:
---
Add the searchandiser CDN to the head in your html file.
``html`
...
Ensure that there are div tags on your site with IDs or classes that correspond to the elements that will be
displayed.
`html`
...
{ first } - { last } of { total } Products
Use the searchandiser method to set up your configurations in a script tag at the bottom of your body.
`html
...
...
`
- queryraw-query
- paging
- results
- raw-results
- record-count
- navigation
- breadcrumbs
- did-you-mean
- related-queries
- template`
-