17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"name": "Yeo button",
|
|
"description": "aye so it it",
|
|
"inherits": "@budibase/standard-components/button",
|
|
"props": {
|
|
"background": "red",
|
|
"hoverBackground": "blue",
|
|
"color": "white",
|
|
"border": "solid 5px green",
|
|
"hoverBorder": "solid 10px yellow",
|
|
"hoverColor": "purple"
|
|
},
|
|
"tags": [
|
|
"button"
|
|
]
|
|
}
|