1.0.0 • Published 1 year ago

@web3sdkio/chain-icons v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

chain-icons

A quick, easy and light-weight way to add chain / network icons to your react app.

Installation

yarn add @web3sdkio/chain-icons

Usage

Example of using the Polygon Icon

import React from "react";
import { Polygon } from "@web3sdkio/chain-icons";

const App = () => {
  return (
    <div>
      <h1>Polygon Icon</h1>
      <Polygon />
    </div>
  );
};

Thanks & Inspirations

  • react-icons for library inspiration
  • cryptologos.cc for a list of viable svg icons