1
0
Fork 0
mirror of synced 2024-08-29 16:53:05 +12:00
budibase/packages/server/appPackages/testApp2/customComponents/components.json
2019-08-07 09:03:49 +01:00

23 lines
No EOL
481 B
JSON

{
"textbox" : {
"path": "./textbox",
"name": "Textbox",
"description": "A text input, with a label",
"props": {
"label": "string",
"content": "component"
},
"tags": ["textbox", "input", "text"]
},
"button" : {
"path": "./button",
"name": "Button",
"description": "a button",
"props": {
"contentText": "string",
"contentComponent": "component",
"class": "string"
},
"tags": ["button"]
}
}