Common Widget Properties
The following properties are common to all widgets:
JSON Configuration
Customize the appearance of your widget with these main properties:
Property | Type | Default Value | Options | Description |
---|---|---|---|---|
icon | string | N/A | N/A | Icon for the widget. Visit Google Fonts Icons for options. |
iconColor | string | N/A | Hex color code | Color of the icon. Use a hex color code. |
iconBackgroundColor | string | N/A | Hex color code | Background color of the icon. Use a hex color code. |
actionalButtons | array | N/A | N/A | Add buttons to the widget. |
height | integer | N/A | N/A | The height of the widget in pixels (max 500). |
showWidgetHeader | boolean | true | true, false | Show or hide the widget header. |
hasMargin | boolean | true | true, false | Add margin to the widget. |