0.0.2 • Published 6 years ago

@neuelabs/input v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

neuelabs input cover

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:

License

MIT © neuelabs