@iqvizyonui/react-search
v9.4.6
Published
Search input for Iqvizyon UI
Readme
@iqvizyonui/react-search
React Search components for Iqvizyon UI React
The SearchBox component allows the users to access information with ease, providing flexibility and the ability to clear and filter the search.
Usage
Import SearchBox:
import { SearchBox } from '@iqvizyonui/react-search';Examples
<SearchBox defaultValue="Hello, World!" />
<SearchBox value={value} onChange={onInputChange} />See Iqvizyon UI Storybook for more detailed usage examples.
Alternatively, run Storybook locally with:
yarn start- Select
react-searchfrom the list.
Specification
See Spec.md
