{ "textbox" : { "path": "./textbox", "name": "Textbox", "description": "A text input, with a label", "props": { "label": "string", "content": "component" }, "tags": ["textbox", "input", "text"] }, "button" : { "path": "./button", "name": "Button", "description": "a button", "props": { "contentText": "string", "contentComponent": "component", "class": "string" }, "tags": ["button"] } }