1.2.1 • Published 7 years ago

deku-button v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

deku-button Build Status

Button component for deku

Install

$ npm install deku-button

Usage

import Button from 'deku-button';

const handleClick = e => {
	console.log(e.target.className);
	//=> 'Button'
};

const render = () => (
	<Button onClick={handleClick}>
		Click me!
	</Button>
);

export default {render};

License

MIT © Kevin Mårtensson

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago