0.0.1 • Published 6 years ago

@neuelabs/button v0.0.1

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

neuelabs button cover

Install

yarn add @neuelabs/button

Usage

'use strict'

import Button from '@neuelabs/button'

const Component = () => (
	<div>
		<Button onClick={() => console.log('neuelabs')}>Click me</Button>
	</div>
)

export default Component

Live Playground

For examples, go to storybook

OR

To run that demo on your own computer:

License

MIT © neuelabs