1.0.6 • Published 8 years ago

deku-share v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

deku-share Build Status

Social media share link components for deku

Install

$ npm install --save deku-share

Usage

import {Facebook, Twitter} from 'deku-share';

export function render() {
	return (
		<div>
			<Facebook u="http://google.com">
				Share on Facebook
			</Facebook>

			<Twitter url="http://google.com" hashtags={['foo', 'bar']}>
				Share on Twitter
			</Twitter>
		</div>
	);
}

Components

All components has class, target and id as attributes.
Specific attributes can be found here:

License

MIT © Andreas Gillström

1.0.6

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago