@neuelabs/button
v0.0.1
Published
neuelabs react button component
Downloads
5
Maintainers
Readme
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:
- Clone this repository
- yarn
- yarn storybook
- Visit http://localhost:9001
License
MIT © neuelabs