1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00
budibase/packages/server/appPackages/testApp2/components/Joes Button.json

12 lines
177 B
JSON
Raw Normal View History

2019-09-07 17:50:35 +12:00
{
"name": "Joes Button",
"description": "",
"inherits": "./standard-components/button",
"props": {
"className": "btn btn-danger"
},
"tags": [
"button"
]
}