You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
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 28 Aug 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