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