Skip to content
On this page

icon图标

Hidden Title

Element Plus Icon Documentation

基础用法

插槽

常用图标查找

所有图标

属性

属性名说明类型默认值
name图标名称string-
color图标颜色string-
size图标尺寸string / number16px
disabled是否禁用,禁用后不会触发点击booleanfalse
type图标类型,传 svg 时走 o-svg 渲染string''
svgAttrs透传给 o-svg 的属性object{}

事件

事件名说明回调参数
click点击图标时触发event

说明

  • 组件底层使用 el-icon,tooltip 相关属性如 contentplacementeffect 可直接透传。