11 lines
242 B
JSON
11 lines
242 B
JSON
|
{
|
||
|
"textbox" : {
|
||
|
"path": "./textbox",
|
||
|
"name": "Textbox",
|
||
|
"description": "A text input, with a label",
|
||
|
"props": {
|
||
|
"label": "string"
|
||
|
},
|
||
|
"tags": ["textboxt", "input", "text"]
|
||
|
}
|
||
|
}
|