jkb0o / belly

Define the Bevy UI tree with `eml!`, style it using a very-css-like `ess` syntax and relate data data with `bind!` and `connect!`
Apache License 2.0
406 stars 32 forks source link

Impl `<panel>` widget #44

Closed jkb0o closed 1 year ago

jkb0o commented 1 year ago

Current visible widgets use node-inside-node to achieve bordered panel look (button, ranges, text input). The layout & styling will be easier to understand with panel: bordered box.

Existed widgets should use this panel where possible.

jkb0o commented 1 year ago

This will be done right in polako (#77)