@iqvizyonui/react-input
v9.8.6
Published
Iqvizyon UI React Input component
Readme
@iqvizyonui/react-input
React Input components for Iqvizyon UI React
Inputs give people a way to enter and edit text.
Usage
Import Input:
import { Input } from '@iqvizyonui/react-components';Examples
<Input defaultValue="Hello, World!" />
<Input value={value} onChange={onInputChange} />See Iqvizyon UI Storybook for more detailed usage examples.
Alternatively, run Storybook locally with:
yarn start- Select
react-inputfrom the list.
Specification
See Spec.md
