@apass/input
v2.0.4
Published
Input component
Downloads
10
Readme
Input 🐖🐖🐖
Component of an input text field.
import Input from 'AP/Input'
Usage example
<Input
name='storyInput'
size='m'
placeholder='Плейсхолдер'
prefix={
<Icon size='24' fill='red'>
<Alert />
</Icon>
}
suffix={
<Icon size='24' fill='red'>
<Alert />
</Icon>
}
hint='Подсказка'
error='Ошибка'
clear={true}
clearValue=''
/>