1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/server/appPackages/testApp/components/myTextBox.json

9 lines
186 B
JSON
Raw Normal View History

{
2019-07-28 19:03:11 +12:00
"inherits": "./customComponents/textbox",
"name": "myTextBox",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}