<SearchBox.Input />
Extends the native HTML Input and consumes the search context in order to fetch hits from the indexed data.
import { SearchBox } from 'basehub/react-search'
// -> SearchBox.InputProps
The <SearchBox.Input /> extends the native HTMLInputProps.
Examples
Documentation: Step by step
Also you can check out our search implementation for this Documentation template on Github