Skip to content
On this page

Icon 图标

基本使用

基本使用
<template>
  <h-icon name="vue" :size="40"></h-icon>
  <h-icon name="home" size="40px"></h-icon>
  <h-icon name="user" color="#475313">col</h-icon>
</template>

<script lang="ts" setup></script>

<style scoped lang="scss"></style>

组件 API

Attributes 属性

参数说明类型可选值默认值

Methods 方法

方法名说明参数返回值

Events 事件

事件名说明参数返回值

Slots 插槽

插槽名说明参数