Skip to main content
How can I list items with a Search Bar on my Wix site?

Here's how you can use an Item Gallery to list items on your Wix website

Jake Scotto avatar
Written by Jake Scotto
Updated over a week ago

To get started, add a Custom Element to your page. You can do so from the Wix editor by clicking "Add Elements" and choosing "Custom Element"

Once your custom element is added, next you'll set your "Source" and "Attributes". Click "Choose Source" and enter the below snippets of code:

Server URL: https://unpkg.com/@goodshuffle/[email protected]/dist/custom-elements/index.js

Tag Name: gspro-item-gallery

Now that the source is added, you can click "Set Attributes" to customize your Item Gallery. For example, to start with a particular category of items, you'd add an attribute titled category and add the value of a particular category. For example, the "furniture" category would be furniture-rentals.

For a full list of category snippets, check out this article.

You can also set some customizations, like hiding the categories. To do so, add another element attribute under "Set Attributes", name the attribute show-categories, and enter the value false.

Looking to show only specific items? Click here.

Did this answer your question?