@sengsara/react-social-media-follow

1.1.2 • Public • Published

React Social Media Follow

To make all your social media links accessable just in one component.

Demo

Checkout the demo: https://magicahmd.github.io/react-social-media-follow/

Installation

npm install react-social-media-follow

Usage

import FollowAt from "react-social-media-follow";

const links = [
      'https://twitter.com/magicahmd',
      'https://www.facebook.com/ahmdsalhi',
      'https://www.youtube.com/magicahmd',
      'https://www.instagram.com/ahmdsalhi',
    ];

const App = () => {
  return (
    <FollowAt links = {links}/>
  );
}

Props

Common props you may want to specify include:

  • links - array of socail media links.
  • color - the color of social media icons.
  • hoverColor - the color of social media icons at hover.
  • iconSize - the size of social media icons. (1-10)
  • spacing - the space between of social media icons.

Thanks

  • Thanks to everyone who would use it.
  • Made with ❤️ by Ahmd.

Readme

Keywords

none

Package Sidebar

Install

npm i @sengsara/react-social-media-follow

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

87.2 kB

Total Files

20

Last publish

Collaborators

  • sengsara