1.2.1 • Published 9 months ago

@element-plus-ui/pro-icon v1.2.1

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

📦 安装

$ npm install @element-plus-ui/pro-icon
$ yarn add @element-plus-ui/pro-icon
$ pnpm add @element-plus-ui/pro-icon

🔨 使用

<template>
  <!-- 通过 name 属性指定图标 -->
  <pro-icon name="ArrowDown"/>
  <pro-icon name="ChatRound" :size="20"/>
  <!-- 通过对象取值的方式指定图标 -->
  <ProIcon.ArrowDown color="#409efc"/>
  <!-- 通过默认插槽的方式指定图标 -->
  <pro-icon :size="20" color="#409efc">
    <ChatRound/>
  </pro-icon>
</template>

<script setup lang="ts">
  import {ProIcon, ChatRound} from "@element-plus-ui/pro-icon";
</script>
1.2.1

9 months ago

1.2.0

9 months ago

1.1.0

10 months ago

1.0.0

10 months ago