1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/server/appPackages/testApp2/components/Primary Button.json

12 lines
187 B
JSON
Raw Normal View History

2019-08-20 08:18:23 +12:00
{
"name": "Primary Button",
"description": "",
2019-09-09 16:24:14 +12:00
"inherits": "budibase-standard-components/button",
2019-08-20 08:18:23 +12:00
"props": {
2019-09-09 16:24:14 +12:00
"className": "btn btn-pimary"
2019-08-20 08:18:23 +12:00
},
"tags": [
"button"
]
}