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

14 lines
240 B
JSON
Raw Normal View History

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