general-tag-list
<basic.general-tag-list>Properties
| Name | Description | Type | Default |
|---|---|---|---|
list | Array<tagListItem | string> | ||
size | ComponentSize | ||
color | TagColor | string | ||
disabled | boolean | ||
closable | boolean | ||
checkable | boolean | ||
multiple | boolean | ||
tagStyle | React.CSSProperties |
Events
| Name | Description | Event Detail |
|---|---|---|
check | {
item: tagListItem | string | undefined;
list: tagListItem[];
} | |
close | {
item: tagListItem | string | undefined;
list: tagListItem[];
} |