Skip to content
On this page

Collapse 折叠面板

可以折叠/展开的内容区域。

何时使用

  • 对复杂区域进行分组和隐藏,保持页面的整洁。
  • '手风琴' 是一种特殊的折叠面板,只允许单个内容区域展开。

Collapse 折叠面板

折叠面板

示例

待补充

组件属性

属性说明类型默认值
defaultValue当前激活 tab 面板的 keynumber1
accordion手风琴模式booleanfalse
bordered带边框风格的折叠面板booleantrue
collapsible所有子面板是否可折叠或指定可折叠触发区域header ,disabled,nullnull
expandIconPosition设置图标位置left, rightleft
ghost使折叠面板透明且无边框booleanfalse

CollapsePanel 子折叠面板

子折叠面板

示例

待补充

组件属性

属性说明类型默认值
header面板头内容string-
key对应 activeKeynumber-
forceRender隐藏时是否渲染DOMbooleanfalse
collapsible可折叠触发区域header ,disabled,nullnull
showArrow是否展示箭头booleantrue

Released under the MIT License.