12 lines
177 B
JSON
12 lines
177 B
JSON
|
{
|
||
|
"name": "Joes Button",
|
||
|
"description": "",
|
||
|
"inherits": "./standard-components/button",
|
||
|
"props": {
|
||
|
"className": "btn btn-danger"
|
||
|
},
|
||
|
"tags": [
|
||
|
"button"
|
||
|
]
|
||
|
}
|