1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
budibase/packages/server/appPackages/testApp2/components/Primary Button.json
2019-08-20 08:24:07 +01:00

13 lines
240 B
JSON

{
"name": "Primary Button",
"description": "",
"inherits": "./standard-components/button",
"props": {
"className": "btn btn-primary",
"_component": "Primary Button",
"disabled": false
},
"tags": [
"button"
]
}