Search
A <SearchBox/>
can be used anywhere to enable the user to perform a search. A common example is searching a table.
Preview

Code
Props
Prop
Description
Required
Value
callback
function executed on change and submit
required
function
placeholder
placeholder text
optional
string (default: Search)
value
initial value
optional
string
Last updated
Was this helpful?