UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

19 lines (14 loc) 444 B
--- type: Layout title: tag-select subtitle: 标签选择器 cols: 1 module: import { TagSelectModule } from '@ohayo/components/tag-select'; --- 增加标签的展开与收进功能。 ## API ### tag-select | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| | `[expandable]` | 是否启用 `展开与收进` | `boolean` | `true` | | `(change)` | 展开与收进回调函数,参数:`boolean` | `EventEmitter<boolean>` | - |