Socket
Socket
Sign inDemoInstall

@3rdweb/chain-icons

Package Overview
Dependencies
3
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @3rdweb/chain-icons

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


Version published
Maintainers
5
Install size
16.1 MB
Created

Readme

Source

chain-icons

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

Installation

yarn add @3rdweb/chain-icons

Usage

Example of using the Polygon Icon

import React from "react";
import { Polygon } from "@3rdweb/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

Keywords

FAQs

Last updated on 11 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc