budibase/packages/server/appPackages/testApp2/moreCustomComponents/components.json

11 lines
242 B
JSON

{
"textbox" : {
"path": "./textbox",
"name": "Textbox",
"description": "A text input, with a label",
"props": {
"label": "string"
},
"tags": ["textboxt", "input", "text"]
}
}