Components
Search

Search

Search is a text input that users can type to narrow down a Collection. Use Filters if values can be classified in predefined options.

Optional props

loading

Whether component is loading or not

type
boolean
default
false

onClear

Callback when the input is cleared

type
(() => void)
default
undefined

Related components