amis/docs/renderers/Collapse.md

19 lines
436 B
Markdown
Raw Normal View History

2019-06-04 20:13:40 +08:00
## Collapse
2019-05-08 22:55:41 +08:00
折叠器
- `type` 请设置成 `collapse`
- `title` 标题
- `collapsed` 默认是否要收起。
- `className` CSS 类名,默认:`bg-white wrapper`。
- `headingClassName` 标题 CSS 类名,默认:`font-thin b-b b-light text-lg p-b-xs`。
- `bodyClassName` 内容 CSS 类名。
```schema:height="350" scope="body"
{
"type": "collapse",
"title": "标题",
"body": "内容。。。"
}
```