icon: '&#xe62a;'
tags:
  en:
    - form
    - group
  zh-CN:
    - 表单
    - 分组
extra:
  en: '`Group` is a special component for wrapping form elements'
  zh-CN: >
    `Group`是一个特殊的表单`wrapper`组件，主要用于将表单分组，单个表单元素也算一组。常见的表单组件都`必须`作为`Group`的子组件。
    属于`Group`子组件的有：Cell, XInput, XTextarea, XSwitch, Calendar, XNumber, Radio, XAddress, Datetime, Selector
props:
  title:
    type: String
    default: ''
    en: group title
    zh-CN: 分组标题
  title-color:
    type: String
    default: ''
    en: group title's color
    zh-CN: 分组标题文字颜色
  label-width:
    type: String
    default: ''
    en: common label width for child components
    zh-CN: 为子元素设定统一label宽度
  label-align:
    type: String
    default: ''
    en: common label text-align for child components
    zh-CN: 为子元素设定统一对齐方式
  label-margin-right:
    type: String
    default: ''
    en: common margin right value for child components
    zh-CN: 为子元素设定统一的右边margin
  gutter:
    type: String
    default: ''
    en: set the marginTop value when there is no title
    zh-CN: 设定group的上边距，只能用于没有标题时
slots:
  default:
    en: content body for child components
    zh-CN: 子组件插槽
  title:
    en: after-title slot
    zh-CN: 标题插槽
