跳到主要内容

eo-icon-select

<eo-icon-select>
Alias: <form.icon-select>

图标选择器

Examples

Basic

Playground

With Form

Playground

Properties

NameDescriptionTypeDefaultRequired
name

字段名称

string
label

字段说明

string
value

Icon
disabled

是否禁用

boolean
required

是否必填

boolean
message

是否必填

Record<string, string>

Events

NameDescriptionEvent Detail
change

值变化时触发

Icon | undefined

Type references

Icon

LibIconProps & { color?: string }