@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
更多
你可能也喜欢
- 42api-client 中文文档教程
- 99roomz-react-slick 中文文档教程
- @-k/eslint-plugin-dependencies 中文文档教程
- @0xcert/ethereum-scanner 中文文档教程
- @1f8/commons 中文文档教程
- @1hive/connect-thegraph-conviction-voting 中文文档教程
- @1productaweek/react-modal-hooks 中文文档教程
- @2hats/react-native-spinkit 中文文档教程
- @36node/bestnovo-gene-sdk 中文文档教程
- @4c/react-intl 中文文档教程