Skip to content

Instantly share code, notes, and snippets.

@mohdashraf010897
Last active February 28, 2022 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdashraf010897/6f0e0dca755bfd5f059d362707ce9c34 to your computer and use it in GitHub Desktop.
Save mohdashraf010897/6f0e0dca755bfd5f059d362707ce9c34 to your computer and use it in GitHub Desktop.
<SearchBox
componentId="search-box"
iconPosition="right"
:dataField="[
'name',
'description',
'name.search',
'fullname',
'owner',
'topics',
]"
className="search-box"
:showClear="true"
placeholder="Search for repos"
:enableRecentSuggestions="true"
:enablePopularSuggestions="true"
:enablePredictiveSuggestions="true"
:popularSuggestionsConfig="{
size: 3,
minHits: 2,
minChars: 4,
}"
:recentSuggestionsConfig="{
size: 3,
minChars: 4,
index: 'gitxplore-app',
}"
index="gitxplore-app"
:size="10"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment