0.3.1 • Published 11 months ago

@vrx-arco/icons-vue v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Vrx Arco Icons Vue

npm version npm downloads bundle size license

文档

可以使 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

0.3.0

11 months ago

0.2.0

11 months ago

0.3.1

11 months ago

0.1.0

11 months ago

0.0.1

12 months ago