component.setBorder{}

component.setBorder{} can be used to set a border colour for the component on your Dashboard. You can set the border by providing a HEX colour code (ex. #FF0000) used in CSS styling.

Simply call the API and start your component to change the border colour.

component.setBorder{color="#FF0000"}
Screen Shot 2024-01-25 at 10.51.51 AM.png

Â