@wfp/ui
Version:
WFP UI Kit
27 lines (23 loc) • 662 B
text/mdx
**Text inputs** enable the user to interact with and input data. Use when the application requires long-form content from the user.
[](https://next.carbondesignsystem.com/components/text-input)
<!--
```js
import { TextInput } from '@wfp/ui';
```
```js
<TextInput
className="some-class"
id="test2"
defaultValue="Default value (defaultValue)"
labelText="Text Input label"
placeholder="Placeholder text"
disabled={false}
hideLabel={false}
invalid={false}
invalidText="A valid value is required"
helperText="Optional helper text."
onClick={onClick}
onChange={onChange}
/>
-->