Library/atoms/Input

Input

atom

Text input field. v3 Input.

Added in 0.1.0Last modified in 0.6.0

Live Preview

ThemeDefault Light
Device
Desktop

Props

PropTypeDescriptionRequired
placeholderstringPlaceholder textyes
typestringInput type (text, email, tel, etc.)yes
isDisabledbooleanDisabled stateyes

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';