1.0.0 • Published 4 years ago

social-icon-link v1.0.0

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

SocialIconsLinks

Get social Icons Links for Your Website or Web Application.

Installation

npm i socialIconsLinks --save

Then...

import { socialIconsLinks } from 'socialIconsLinks';

socialIconsLinks([
        {socialName :"facebook",url:"https://www.facebook.com"},
        {socialName :"github",url:"https://github.com"}
    ]);

Options

SocialIconsLinks supports 2 options

  • socialName
  • url
1.0.0

4 years ago