Browse Source

reinstated myTextBox.json

pull/13/head
Michael Shanks 7 years ago
parent
commit
d6f1ac0696
  1. 9
      packages/server/appPackages/testApp/components/myTextBox.json

9
packages/server/appPackages/testApp/components/myTextBox.json

@ -0,0 +1,9 @@
{
"inherits": "./customComponents/textbox",
"name": "myTextBox",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}
Loading…
Cancel
Save