1
0
Fork 0
mirror of synced 2024-07-12 09:45:48 +12:00
budibase/packages/server/appPackages/testApp2/standard-components/components.json
2019-08-19 21:18:23 +01:00

17 lines
331 B
JSON

{
"_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"]
}
}