1.3.1 • Published 4 years ago

swb-react-social-follow v1.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

swb-react-social-follow

A simple react componet for displaying social follow buttons.

NPM JavaScript Style Guide

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

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago