1
0
Fork 0
mirror of synced 2024-09-07 21:21:12 +12:00
budibase/packages/server/appPackages/testApp/customComponents/components.json

12 lines
266 B
JSON
Raw Normal View History

{
2019-09-09 16:24:14 +12:00
"_lib": "index.js",
"textbox" : {
"path": "./textbox",
"name": "Textbox",
"description": "A text input, with a label",
"props": {
"label": "string"
},
"tags": ["textboxt", "input", "text"]
}
}