@alobato/input
v2.0.1
Published
Input react component
Downloads
22
Readme
Input
Input react components
Install
yarn add @alobato/input
Usage
import Input from '@alobato/input'
...
<Input placeholder='Name' value={name} onChange={e => setName(e.target.value)} />