2.5.2 • Published 2 years ago

@milantyeva/input-text v2.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

InputText

size npm.io

NPM | Github

Installation

  • yarn add @propellerads/input-text or npm install @propellerads/input-text -S

How to use

  • import InputText from '@propellerads/input-text';
  • And render
<InputText
    onChange={(value) => {}}
    label="My label"
    value={value}
/>