How can I add a search bar to a page?

Here is how you can add an Item Gallery to filter through your items using a search bar.

Sierra Burton avatar
Written by Sierra Burton
Updated over a week ago

Item Gallery

An Item Gallery allows your clients to view the Goodshuffle Pro categories and search through your items.

To get started with an Item Gallery, you'll use this snippet:

<gspro-item-gallery> </gspro-item-gallery>

You have numerous customization options with your item Gallery, such as hiding the categories but allowing your clients to search,

Snippet used for hiding categories:

<gspro-item-gallery 
show-categories=false>
</gspro-item-gallery>

Or starting your page with a specific search,

Snippet Used to start with a specific search:

<gspro-item-gallery 
search=tents>
</gspro-item-gallery>

An example of an Item Gallery can be found here.

Did this answer your question?