eo-icon-select
<eo-icon-select>
Alias:
<form.icon-select>
图标选择器
Examples
Basic
With Form
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | 字段名称 | string | ||
label | 字段说明 | string | ||
value | 值 | Icon | ||
disabled | 是否禁用 | boolean | ||
required | 是否必填 | boolean | ||
message | 是否必填 | Record<string, string> |
Events
Name | Description | Event Detail |
---|---|---|
change | 值变化时触发 | Icon | undefined |
Type references
Icon
LibIconProps & { color?: string }