1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
budibase/packages/server/appPackages/testApp/components/myTextBox.json

9 lines
186 B
JSON
Raw Normal View History

2019-09-19 15:41:05 +12:00
{
"inherits": "./customComponents/textbox",
"name": "myTextBox",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}