770 B
770 B
Wrapper
简单的一个容器。
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | string |
"wrapper" |
指定为 Wrapper 渲染器 |
className | string |
外层 Dom 的类名 | |
size | string |
支持: xs 、sm 、md 和lg |
|
body | Container | 内容容器 |
{
"type": "wrapper",
"body": "Wrapped Body",
"className": "bg-white wrapper"
}