@vpilipenko/input

0.2.8 • Public • Published

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=''
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @vpilipenko/input

Weekly Downloads

1

Version

0.2.8

License

MIT

Unpacked Size

18.9 kB

Total Files

5

Last publish

Collaborators

  • vpilipenko