Section 区块

页面级区块容器,提供标题、副标题、可选操作链接和内容区域。

使用提示

eyebrow / subtitle 变体

namespace: "doc_section_eyebrow_diff",
  layout: {
    "column:demo": {
      "section:with-eyebrow": {
        eyebrow: "Overview",
        title: "带眉题",
        "text:body": {
          text: "眉题显示在标题上方。"
        }
      },
      "section:with-subtitle": {
        title: "带副标题",
        subtitle: "标题下方的补充说明。",
        "text:body": {
          text: "副标题提供额外上下文。"
        }
      }
    }
  }
}

API 参考