2019-08-19 22:18:23 +02:00
|
|
|
{
|
|
|
|
"name": "Primary Button",
|
|
|
|
"description": "",
|
|
|
|
"inherits": "./standard-components/button",
|
|
|
|
"props": {
|
2019-08-20 09:24:07 +02:00
|
|
|
"className": "btn btn-primary",
|
2019-08-19 22:18:23 +02:00
|
|
|
"_component": "Primary Button",
|
|
|
|
"disabled": false
|
|
|
|
},
|
|
|
|
"tags": [
|
|
|
|
"button"
|
|
|
|
]
|
|
|
|
}
|