@3rdweb/chain-icons 中文文档教程
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 inspirationcryptologos.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 inspirationcryptologos.cc
for a list of viable svg icons