budibase/packages/server/appPackages/testApp2/components/Yeo button.json

17 lines
340 B
JSON
Raw Normal View History

2019-10-10 11:41:31 +02:00
{
"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"
]
}