14 lines
242 B
JSON
14 lines
242 B
JSON
|
{
|
||
|
"name": "Primary Button",
|
||
|
"description": "",
|
||
|
"inherits": "./standard-components/button",
|
||
|
"props": {
|
||
|
"className": "btn btn-secondary",
|
||
|
"_component": "Primary Button",
|
||
|
"disabled": false
|
||
|
},
|
||
|
"tags": [
|
||
|
"button"
|
||
|
]
|
||
|
}
|