2019-08-02 15:54:10 +02:00
|
|
|
{
|
|
|
|
"textbox" : {
|
|
|
|
"path": "./textbox",
|
|
|
|
"name": "Textbox",
|
|
|
|
"description": "A text input, with a label",
|
|
|
|
"props": {
|
2019-08-07 10:03:49 +02:00
|
|
|
"label": "string",
|
|
|
|
"content": "component"
|
2019-08-02 15:54:10 +02:00
|
|
|
},
|
2019-08-07 10:03:49 +02:00
|
|
|
"tags": ["textbox", "input", "text"]
|
|
|
|
},
|
|
|
|
"button" : {
|
|
|
|
"path": "./button",
|
|
|
|
"name": "Button",
|
|
|
|
"description": "a button",
|
|
|
|
"props": {
|
|
|
|
"contentText": "string",
|
|
|
|
"contentComponent": "component",
|
|
|
|
"class": "string"
|
|
|
|
},
|
|
|
|
"tags": ["button"]
|
|
|
|
}
|
2019-08-02 15:54:10 +02:00
|
|
|
}
|