Skip to content

alx-alexpark/react-social-icons-matrix

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • TypeScript 7.9%