1
0
Fork 0
mirror of synced 2024-08-30 09:13:15 +12:00
budibase/packages/server/appPackages/testApp2/moreCustomComponents/components.json
2019-08-02 14:54:10 +01:00

11 lines
No EOL
242 B
JSON

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