component PanelComp () { Box { orinetation = "horizontal" halign = "center" Label { widget_name = "panel_comp_sample_text" text = "Plain Panel" } } }