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)} />
Input react component
<script type="module">
import alobatoInput from 'https://cdn.skypack.dev/@alobato/input';
</script>
Input react components
yarn add @alobato/input
import Input from '@alobato/input'
...
<Input placeholder='Name' value={name} onChange={e => setName(e.target.value)} />