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