reinstated myTextBox.json
This commit is contained in:
parent
3dc88240e5
commit
e49fd04cdb
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"inherits": "./customComponents/textbox",
|
||||
"name": "myTextBox",
|
||||
"tags": [],
|
||||
"description": "A text input, with a label",
|
||||
"props" : {
|
||||
"label": "hello"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue