react-social-icons-matrix
v5.16.5
Published
beautiful, easy svg social icons in react (fork with matrix)
Downloads
7
Readme
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.