28 lines
521 B
JSON
28 lines
521 B
JSON
{
|
|
"name": "schpanel",
|
|
"description": "",
|
|
"inherits": "./standard-components/stackpanel",
|
|
"props": {
|
|
"children": [
|
|
{
|
|
"_component": "undefined:children",
|
|
"control": {
|
|
"_component": "Primary Button",
|
|
"contentText": "Button",
|
|
"contentComponent": {
|
|
"_component": ""
|
|
},
|
|
"className": "btn btn-primary",
|
|
"disabled": false
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"tags": [
|
|
"div",
|
|
"container",
|
|
"layout",
|
|
"panel"
|
|
]
|
|
}
|