UNPKG

@aliretail/react-materials-components

Version:
20 lines (17 loc) 810 B
--- title: FormTab-API order: 3 category: UI description: FormTab 组件描述 screenshot: https://gw.alicdn.com/imgextra/i2/O1CN01yW3hCD1M8CnqeKFlq_!!6000000001389-2-tps-90-90.png --- ## API | 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 | | ------ | ---- | ---- | ---- | ------ | ---- | dataSource | tab选项卡渲染数据 | Y | array | [{ "value": "tab", "label": "标题" }] | label | tab名称 | Y | string | 'tab选项' | value | 选项卡key值 | Y | string | 'tab' | size | tab尺寸 | N | Enum | 'small', 'medium' | 'medium' | shape | 外观形态 | Y | Enum | 'pure', 'wrapped', 'text', 'capsule' | 'pure' | excessMode | 选项卡过多时的滑动模式 | N | Enum | 'slide', 'dropdown' | 'slide' | triggerType | 选项卡触发方式 | N | Enum | 'hover', 'click' | 'click' |