@vrx-arco/icons-react
v0.3.1
Published
使 Arco Design 的图标,作为纯 svg react 组件 独立使用
Downloads
5
Readme
Vrx Arco Icons React
可以使 arco design 的图标,作为纯 svg react 组件独立使用
示例
react
import { IconAlignCenter } from '@vrx-arco/icons-react'
export const App = ()=> {
return <IconAlignCenter style="font-size:30px;color:#ff6736;" />
}
安装
react
# ✨ Auto-detect
npx nypm install @vrx-arco/icons-react
# npm
npm install @vrx-arco/icons-react
# yarn
yarn add @vrx-arco/icons-react
# pnpm
pnpm install @vrx-arco/icons-react
# bun
bun install @vrx-arco/icons-react
贡献者
Published under the MIT license. Made by @Colourlessglow and community 💛
🤖 auto updated with automd