Input
atomText input field. v3 Input.
Added in 0.1.0Last modified in 0.6.0
Live Preview
ThemeDefault Light
DeviceDesktop
Props
| Prop | Type | Description | Required |
|---|---|---|---|
| placeholder | string | Placeholder text | yes |
| type | string | Input type (text, email, tel, etc.) | yes |
| isDisabled | boolean | Disabled state | yes |
Usage
import { Input, TextArea } from '@qsp-life/particle/free';
<Input placeholder="Enter first name" />
<TextArea placeholder="Comments..." />Import
import { Input } from '@qsp-life/particle/free';