Home > @yext/search-ui-react > SearchBar
Renders a SearchBar that is hooked up with an InputDropdown component.
Signature:
export declare function SearchBar({ placeholder, geolocationOptions, hideRecentSearches, visualAutocompleteConfig, showVerticalLinks, onSelectVerticalLink, verticalKeyToLabel, recentSearchesLimit, customCssClasses, onSearch }: SearchBarProps): JSX.Element;
Parameter | Type | Description |
---|---|---|
{ placeholder, geolocationOptions, hideRecentSearches, visualAutocompleteConfig, showVerticalLinks, onSelectVerticalLink, verticalKeyToLabel, recentSearchesLimit, customCssClasses, onSearch } | SearchBarProps |
Returns:
JSX.Element