var elem = new IgeUiElement()
.applyStyle({
'backgroundColor': '#ffffff' // Set background color to white
});
var elem = new IgeUiElement()
.applyStyle({
'padding': [10, 10, 10, 10] // Set padding using multiple values
});