Socket
Book a DemoInstallSign in
Socket

deku-button

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku-button

Button component for deku

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
2
Created
Source

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

Keywords

button

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts