@3rdweb/chain-icons 中文文档教程

发布于 3年前 浏览 28 项目主页 更新于 3年前

chain-icons

一种快速、简单和轻量级的方式来将链/网络图标添加到你的反应应用程序。

Installation

yarn add @3rdweb/chain-icons

Usage

使用多边形图标的示例

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

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文