Hi I want to add border to spacer component i.e. to {} without using padding.

Hi I want to add border to spacer component i.e. to {} without using padding.

Hello,

You can use CSS border property

Sure but how would I target specific spacer component. I don’t want to apply CSS border to all spacer components in my application.

Please check

A CSS class can be added to the component

Please check
https://docs.webix.com/api__link__ui.spacer_css_config.html
https://docs.webix.com/desktop__styling.html

Sample: Code Snippet