Skip to content

OverflowCollapseList

OverflowCollapseList

自动溢出计算折叠条目组件,用在 CodeLayout 的一系列按钮组中。导出方便你使用。

Props

属性描述类型默认值
items条目数据any[]
activeItem激活条目,激活的条目不会被隐藏any-
direction布局方向'vertical'│'horizontal''horizontal'
itemMenuLabel溢出菜单的文字创建(item: any) => string-
itemCollapseMergin溢出计算边距(item: any) => string30

Slots

插槽名描述参数
item条目渲染插槽-

Events

事件名描述参数
overflowItemClicked当用户点击溢出菜单条目时触发item: any

Released under the MIT License.