<Search> Component
| Option | Type | Default Value | Description |
|---|---|---|---|
emptyResult | string | ReactElement | 'No results found.' | Not found text. |
loading | string | ReactElement | 'Loading…' | Loading text. |
errorText | string | ReactElement | 'Failed to load search index.' | Error text. |
placeholder | string | 'Search documentation…' | Placeholder text. |
className | string | CSS class name. | |
searchOptions | PagefindSearchOptions | {preload?: boolean; verbose?: boolean; filters?: object; sort?: object}. |
Last updated on