export default [ { "title": "按钮组-渲染", "screenshot": "", "schema": { "componentName": "ButtonGroupPreview", "props": { buttonGroupList: [ [{ "id": "1-1", "children": "按钮1", "buttonProps": { "id": "primary", "type": "default", } }, { "id": "1-2", "children": "2", "isMore": true, "menuData": [{ "label": "下拉菜单1", "key": "下拉菜单1" }, { "label": "下拉菜单2", "key": "下拉菜单2" }] }], [{ "id": "2-1", "children": "2", "menuData": [{ "label": "下拉菜单1", "key": "下拉菜单1" }, { "label": "下拉菜单2", "key": "下拉菜单2" }] }, { "id": "2-2", "children": "jkasjdlkas", "buttonProps": { "id": "primary", "type": "default", } }] ], buttonConfig: { "1-1": { "children": "2222", "buttonProps": { "type": "primary" } }, } } } }]