@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
更多
你可能也喜欢
- @4geit/swg-chance-set-false-helper 中文文档教程
- @9oelm/styled-system-typescript 中文文档教程
- @abcfe/webpack-manifest 中文文档教程
- @aberration/promise-map 中文文档教程
- @abi-software/biolucidaclient 中文文档教程
- @abstract-entity/node-red-oklyn 中文文档教程
- @abt-desk/apm 中文文档教程
- @acka/sorm 中文文档教程
- @acoustic-content-sdk/redux-ajax 中文文档教程
- @acryl/js-test-env 中文文档教程