1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/packages/server/appPackages/testApp2/components/Yeo button.json
2019-10-10 10:41:31 +01:00

16 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"
]
}