SearchInput
Usage
function App() {
const [value, setValue] = useState('')
return <SearchInput value={value} onChange={setValue} />
}Props
onChange
onChangeTYPE
DEFAULT VALUE
Last updated
Was this helpful?
function App() {
const [value, setValue] = useState('')
return <SearchInput value={value} onChange={setValue} />
}onChangeLast updated
Was this helpful?
Was this helpful?