@neuelabs/input
v0.0.2
Published
neuelabs react input component
Downloads
4
Maintainers
Readme
Install
yarn add @neuelabs/input
Usage
'use strict'
import Input from '@neuelabs/input'
const Component = () => (
<div>
<Input
placeholder="Type text"
label="Username"
name="username"
onChange={action('typing...')}
/>
</div>
)
export default Component
Live Playground
For examples, go to storybook
OR
To run that demo on your own computer:
- Clone this repository
- yarn
- yarn storybook
- Visit http://localhost:9001
License
MIT © neuelabs