1
0
Fork 0
mirror of synced 2024-08-02 03:42:08 +12:00
budibase/packages/server/appPackages/testApp2/standard-components/components.json

17 lines
331 B
JSON
Raw Normal View History

2019-08-20 08:18:23 +12:00
{
"_lib": {
"path":"./dist/index.js"
},
"button" : {
"importPath": "button",
"name": "Button",
"description": "an html <button />",
"props": {
"contentText": { "type": "string", "default": "Button" },
"contentComponent": "component",
"className": "string",
"disabled": "bool"
},
"tags": ["button"]
}
}