面板 panel
属性
名称 | 类型 | 可选 | 默认值 | 说明 |
---|---|---|---|---|
class | string | ✓ | "rounded shadow ring-0 canvas" | 类名。 |
size | "sm" "lg" | ✓ | null | 额外尺寸。 |
title | string | ✓ | null | 标题。 |
titleClass | string | ✓ | null | 标题类名。 |
titleProps | array | ✓ | null | 标题属性。 |
headingClass | string | ✓ | null | 标题栏类名。 |
headingProps | array | ✓ | null | 标题栏属性。 |
headingActions | array[] | ✓ | null | 标题栏操作按钮。 |
bodyClass | string | ✓ | null | 主体类名。 |
bodyProps | array | ✓ | null | 主体属性。 |
footerActions | array[] | ✓ | null | 底部操作按钮。 |
footerClass | string | ✓ | null | 底部类名。 |
footerProps | array | ✓ | null | 底部属性。 |