Components

Searchbar

<Searchbar />

Constructor

A searchbar component that includes term debouncing to propagate to its parent component, i.e. only when the user has stopped typing for 500ms the term is propagated further.

Properties:
Name Type Description
onSearchValueChange function

A function handler to propagate the value

View Source components/Searchbar.js, line 11