Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

deku-button

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku-button

My ultimate module

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

deku-button

Button component for deku

Install

$ npm install --save deku-button

Usage

import Button from 'deku-button';

export function render() {
	function handle(e) {
		console.log(e.target.className);
		//=> 'Button'
	}

	return (
		<Button onClick={handle}>
			Click me!
		</Button>
	);
}

License

MIT © Kevin Mårtensson

Keywords

button

FAQs

Package last updated on 07 Sep 2015

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