alx-alexpark / react-social-icons-matrix

svg social icons in react

Home Page:https://www.npmjs.com/package/react-social-icons-matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of react-social-icons but with the matrix logo

Install

npm install react-social-icons-matrix

Usage

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

import { SocialIcon } from 'react-social-icons-matrix';

<SocialIcon
  fgColor="#000000"
  bgColor="#ffffff"
  url="https://matrix.to/#/@openssl_rand:projectsegfau.lt"
  network="matrix"
/>

Example

Check out https://parkalex.dev

You will see the matrix + other icons being used on the landing page.

About

svg social icons in react

https://www.npmjs.com/package/react-social-icons-matrix

License:MIT License


Languages

Language:JavaScript 92.1%Language:TypeScript 7.9%