Group表单分组组件

Group是一个特殊的表单wrapper组件,主要用于将表单分组,单个表单元素也算一组。所以常见的行内组件都必须作为Group的子组件。

包括:

  • Cell

  • XInput

  • XTextarea

  • Switch

  • Calendar

  • XNumber

  • Radio

  • Address

  • Datetime

  • Selector

Props

参数

类型

默认

说明

title

String

分组标题

title-color

String

默认颜色

--

Demo

``` vux height=500 components=Group,Switch,Cell,XInput,XTextarea,Calendar,XNumber

</template> ```

Last updated