10.0.4 • Published 2 years ago

react-social-media-icons v10.0.4

Weekly downloads
45
License
ISC
Repository
-
Last release
2 years ago

Social Media Icons for React JS

GitHub | NPM | View on Website | Donate The original package by David McQuillan was removed from NPM, evidently for security concerns. I did not write this package - this is simply a sanitized re-upload of the original.

React JS Package for easy creation and highly customizable Social Media Icons.

enter image description here

Example code

Below is an example of a minimal code setup

import React from 'react';
import  ReactDOM  from  'react-dom';
import {ReactSocialMediaIcons} from 'react-social-media-icons';

ReactDOM.render(<ReactSocialMediaIcons borderColor="rgba(0,0,0,0.25)" icon="twitter" iconColor="rgba(255,255,255,1)" backgroundColor="rgba(26,166,233,1)" url="https://some-website.com/my-social-media-url" size="48" />,	document.getElementById('root'));

Props

NameTypeDescriptionDefault Value
backgroundColorHex/rgba CodeBackground Color for the iconDefaults to standard color for Icon defined using the 'icon' prop
borderColorHex/rgba CodeBorder Color for the icon#FFF
borderWidthNumberBorder Width for the icon, value range from 0-50
borderStyleStringBorder Style for the icon, solid,dotted,dashed,double,groove,ridge,inset,outsetsolid
iconStringSocial Media Icon to use, see supported list belowundefined
iconColorHex/rgba CodeColor for the icon#FFF
iconSizeNumberSize of Icon relative to Background, value range from 0-105
roundnessNumberBorder Radius of the Icon, value range from 0-5010
sizeNumberSize of Icon Background in pixels, value range from 10-10032
urlStringUrl to go to when Icon is clicked#

Available Icons

500px, aboutme, amazon, android, angellist, apple, behance, bookmate, codepen, coub, delicious, deviantart, digg, dribbble, dropbox, ello, envato, etsy, etsy-short, evernote, facebook, favorite, flikr, foursquare, github, googledrive, googleplay, googleplus, instagram, jsfiddle, kickstarter, line, line-icon, linkedin, livejournal, mail, map, medium, messenger, ok, periscope, phone, photobucket, pinterest, pinterest-light, pocket, producthunt, quora, reddit, reddit-light, rss, send, send-light, shopify, sketch, skype, slack, slideshare, snapchat, stackoverflow, stumbleupon, swarm, tripadvisor, tumblr, twitter, upwork, viadeo, vimeo, vk, vscogrid, web, whatsapp, windows, wordpress, xing, yelp, youtube, youtube-play

9.9.9

2 years ago

10.0.0

2 years ago

10.0.1

2 years ago

10.0.2

2 years ago

10.0.3

2 years ago

10.0.4

2 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago