Parameters
SearchSortProps
required
Search, sort, option, and change-handler configuration.
Returns
ReactElement
A worker-safe React element backed by the Portal custom element.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SearchSort(props: SearchSortProps): ReactElement
<SearchSort
searchValue={query}
placeholder="Search products"
onSearchChange={setQuery}
/>
ReactElement
A worker-safe React element backed by the Portal custom element.