amis2/docs/zh-CN/components/collapse.md
RickCole 54e56402d2
文档拆分组件部分 (#1502)
* 文档样式一点小优化

* 文档拆分组件部分
2021-02-01 20:44:49 +08:00

1.4 KiB
Executable File

title description type group menuName icon order
Collapse 折叠器 0 ⚙ 组件 Collapse 折叠器 36

基本用法

{
    "type": "collapse",
    "title": "标题",
    "body": "这里是内容"
}

属性表

属性名 类型 默认值 说明
type string "collapse" 指定为 Collapse 渲染器
title SchemaNode 标题
body SchemaNode 内容
className string bg-white wrapper CSS 类名
headingClassName string font-thin b-b b-light text-lg p-b-xs 标题 CSS 类名
bodyClassName string 内容 CSS 类名。
collapsed boolean false 默认是否要收起。