1
0
Fork 0
mirror of synced 2024-07-24 23:55:48 +12:00
budibase/packages/server/appPackages/testApp/customComponents/components.json
michael shanks e0abcdaa0e bugfixes.
2019-09-09 05:24:14 +01:00

12 lines
266 B
JSON

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