swb-react-social-follow
v1.3.1
Published
A simple react componet for displaying social follow buttons.
Downloads
1
Readme
swb-react-social-follow
A simple react componet for displaying social follow buttons.
Install
npm install --save swb-react-social-follow
Usage
import React, { Component } from "react";
import Icons from "swb-react-social-follow";
class Example extends Component {
render() {
const options = {
iconType: "round",
facebook: true,
facebookUrl: "https://www.facebook.com/",
twitter: true,
twitterUrl: "https://twitter.com/",
linkedin: true,
linkedinUrl: "https://www.linkedin.com/",
instagram: true,
instagramUrl: "https://www.instagram.com/",
youtube: true,
youtubeUrl: "https://www.youtube.com/",
pinterest: true,
pinterestUrl: "https://www.pinterest.ca/",
snapchat: true,
snapchatUrl: "https://www.snapchat.com/",
google: true,
googleUrl: "https://www.snapchat.com/"
};
return (
<div>
<Icons {...options} />
</div>
);
}
}
License
MIT © Rouncer27