SearchBox
Installation
import {SearchBox} from 'uxp/components';Examples
<SearchBox
value={inputValue}
onChange={(newValue) => { setInputValue(newValue) }}
/><SearchBox
value={inputValue}
onChange={(newValue) => { setInputValue(newValue) }}
collapsed
position="right"
/>Properties
Name
Type
Description
value
type
onChange
type
className
type
collapsed
type
position
type
placeholder
type
autoFocus
type
Last updated