lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

自定义插件时,icon都是有哪些图标

Open ming001 opened this issue 1 year ago • 1 comments

const componentsPane = skeleton.add({ area: 'leftArea', type: 'PanelDock', name: 'testPane', content: testPane, contentProps: {}, props: { align: 'top', icon: 'wenjian', // 就是这个地方,有哪些图标 description: '测试', }, });

只能在文档上看到有几个icon,不知道具体有哪些icon,和fusion上的icon又对应不起来

ming001 avatar Dec 26 '23 11:12 ming001

https://fusion.design/64063/component/icon?themeid=20133

liujuping avatar Dec 27 '23 02:12 liujuping