incloud开发文档 5.1.0 Help

NwIcon 图标

基于阿里图标库,显示图标

页面展示

NwIcon图标

示例代码

<template> <NwIcon name="icon-yidong" :size="28" color="#C91019" title="应用" /> </template> <script setup lang="ts"> // 组件引入 import {NwIcon} from '@platform-lib/base' </script>

代码说明

NwEmp51Pick Props 属性

参数

说明

类型

默认值

必填

name

对应图标库name

String

图标库中已有图标name属性

Y

size

图标大小

String\|Number

1em

N

color

图标颜色

String

默认值

N

title

图表标题

String

N

Last modified: 20 一月 2025