reinstated myTextBox.json

This commit is contained in:
Michael Shanks 2019-09-19 04:41:05 +01:00
parent 3dc88240e5
commit e49fd04cdb
1 changed files with 9 additions and 0 deletions

View File

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