react-social-icons-with-wechat

3.0.1 • Public • Published

react-social-icons

A set of beautiful svg social icons. Easily used in React. No images or external css dependencies. Svg paths provided by Squarespace.

social network icons

Install

npm install react-social-icons --save-dev

Usage

Pass in the url prop of your social network, and the icon will be rendered.

import React from 'react';
import ReactDOM from 'react-dom';
import { SocialIcon } from 'react-social-icons';
ReactDOM.render(<SocialIcon url="http://twitter.com/jaketrent" />, document.body);

See more usage options on the example site.

Rebuild Examples

git checkout gh-pages
git rebase master
sh scripts/gen-gh-pages.sh

Readme

Keywords

none

Package Sidebar

Install

npm i react-social-icons-with-wechat

Weekly Downloads

4

Version

3.0.1

License

MIT

Unpacked Size

277 kB

Total Files

14

Last publish

Collaborators

  • jackytck