Button
Button (Form elements)
{
"id": "76Q7pNm9HjCJk4qPd268vB",
"isDynamicLoadingEnabled": false,
"label": "Click Me",
"name": "Button",
"style": {
"background": {
"type": "palette",
"value": {
"base": "secondary",
"shade": "900"
}
},
"borderBottomLeftRadius": 10,
"borderBottomRightRadius": 10,
"borderTopLeftRadius": 10,
"borderTopRightRadius": 10,
"color": {
"type": "palette",
"value": {
"base": "secondary",
"shade": "100"
}
},
"fontSize": {
"type": "global"
},
"height": {
"unit": "px",
"value": 42
},
"marginBottom": 2,
"marginLeft": 2,
"marginRight": 2,
"marginTop": 2,
"overflow": "hidden",
"paddingBottom": 0,
"paddingLeft": 0,
"paddingRight": 0,
"paddingTop": 0,
"width": {
"unit": "px",
"value": 100
}
},
"tag": "button"
}Last updated
Was this helpful?