Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillstrom/deku-share
Social media share link components for deku
https://github.com/gillstrom/deku-share
deku
Last synced: 3 months ago
JSON representation
Social media share link components for deku
- Host: GitHub
- URL: https://github.com/gillstrom/deku-share
- Owner: gillstrom
- License: mit
- Created: 2015-09-27T12:30:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T06:22:49.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T18:57:58.196Z (8 months ago)
- Topics: deku
- Language: JavaScript
- Size: 0 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-deku - deku-share - Social media share link components for deku (Components)
README
# deku-share [![Build Status](https://travis-ci.org/gillstrom/deku-share.svg?branch=master)](https://travis-ci.org/gillstrom/deku-share)
> Social media share link components for deku
## Install
```
$ npm install --save deku-share
```## Usage
```js
import {Facebook, Twitter} from 'deku-share';export function render() {
return (
Share on Facebook
Share on Twitter
);
}
```## Components
All components has `class`, `target` and `id` as attributes.
Specific attributes can be found here:* [Facebook](https://github.com/vinkla/awesome-share-links#facebook)
* [GooglePlus](https://github.com/vinkla/awesome-share-links#google-plus)
* [LinkedIn](https://github.com/vinkla/awesome-share-links#linked-in)
* [Pinterest](https://github.com/vinkla/awesome-share-links#pinterest)
* [Reddit](https://github.com/vinkla/awesome-share-links#reddit)
* [StumbleUpon](https://github.com/vinkla/awesome-share-links#stumbleupon)
* [Twitter](https://github.com/vinkla/awesome-share-links#twitter)## License
MIT © [Andreas Gillström](http://github.com/gillstrom)