dotfiles_ewwii/nbcl/panel/panel_component.nbcl
candifloss 74b209b1e6 Introduce Config to NBCL
- Panel height in config file
- Update component name, too
2026-08-22 23:09:45 +05:30

11 lines
183 B
Plaintext

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