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