Skip to main content

Search
component

A component for searching products with debounced input and loading state and a results list. Built on top of the Input component and useProductSearch hook. You can view the Storybook for more interactive examples.

Was this section helpful?

Search

import {Search} from '@shopify/shop-minis-react'

export default function MyComponent() {
return <Search />
}

Preview

Search configurations and states

Was this section helpful?

Default search

import {Search} from '@shopify/shop-minis-react'

export default function MyComponent() {
return <Search />
}