Skip to content

Vue

在 vue3 中使用图标

npm version

npm downloads

bundle size

license

vue
<script setup lang="ts">
  // 入口点导入
  import { IconAlignCenter } from '@vrx-arco/icons-vue'

  // 子路径导入
  import IconAlignRight from '@vrx-arco/icons-vue/IconAlignRight'
</script>
<template>
  <IconAlignCenter style="font-size:30px;color:#ff6736;" />
  <IconAlignRight style="font-size:30px;color:#ff6736;" />
</template>

安装

bash
$ npm i @vrx-arco/icons-vue
bash
$ yarn add @vrx-arco/icons-vue
bash
$ pnpm add @vrx-arco/icons-vue
bash
$ bun add @vrx-arco/icons-vue

Released under the MIT License.