Develop UI component plugins
Last updated
"openblocks": {
"description": "",
"comps": {
"hello_world": {
"name": "Hello World",
"icon": "./icons/hello_world.png",
"layoutInfo": {
"w": 12,
"h": 5
}
},
"counter": {
"name": "Counter",
"icon": "./icons/hello_world.png"
}
}
}import HelloWorldComp from "./HelloWorldComp";
export default {
hello_world: HelloWorldComp,
};yarn build --publishmy-plugin
# or
https://www.npmjs.com/package/my-plugin