1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
budibase/packages/server/appPackages/testApp2/components/Primary Button.json

14 lines
242 B
JSON
Raw Normal View History

2019-08-20 08:18:23 +12:00
{
"name": "Primary Button",
"description": "",
"inherits": "./standard-components/button",
"props": {
"className": "btn btn-secondary",
"_component": "Primary Button",
"disabled": false
},
"tags": [
"button"
]
}