12 lines
185 B
JSON
12 lines
185 B
JSON
|
{
|
||
|
"name": "Button",
|
||
|
"description": "PrimaryButton",
|
||
|
"inherits": "@budibase/standard-components/button",
|
||
|
"props": {
|
||
|
"contentText": "Save"
|
||
|
},
|
||
|
"tags": [
|
||
|
"button"
|
||
|
]
|
||
|
}
|