ant-design/components/collapse/index.zh-CN.md
2019-02-14 17:49:18 +08:00

1.5 KiB
Raw Blame History

category type title subtitle cols
Components 数据展示 Collapse 折叠面板 1

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

何时使用

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

API

Collapse

参数 说明 类型 默认值
activeKey 当前激活 tab 面板的 key string[]|string 默认无accordion模式下默认第一个元素
defaultActiveKey 初始化选中面板的 key string
bordered 带边框风格的折叠面板 boolean true
accordion 手风琴模式 boolean false
onChange 切换面板的回调 Function
expandIcon 自定义切换图标 (panelProps) => ReactNode -
destroyInactivePanel 销毁折叠隐藏的面板 boolean false

Collapse.Panel

参数 说明 类型 默认值
disabled 禁用后的面板展开与否将无法通过用户交互改变 boolean false
forceRender 被隐藏时是否渲染 DOM 结构 boolean false
header 面板头内容 string|ReactNode
key 对应 activeKey string
showArrow 是否展示当前面板上的箭头 boolean true
extra 自定义渲染每个面板右上角的内容 ReactNode -

FAQ

我希望箭头在右边,怎么做?

通过样式调整,将箭头放到右边就行啦:https://codesandbox.io/s/vpm8qwo37