1
0
Fork 0
mirror of synced 2024-08-30 09:13:15 +12:00
budibase/packages/server/appPackages/testApp/components/myTextBox.json
2019-09-19 04:41:05 +01:00

9 lines
No EOL
186 B
JSON

{
"inherits": "./customComponents/textbox",
"name": "myTextBox",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}