Open
Description
Problem
Elm-ui 1.1.8 "el" elements can normally only contain one single child. The way to draw something "layered" with elm-ui is to use the Attribute by the name "inFront" or "behindContent".
Solution
Instead of this, let the "el" element have multiple children, just like the "row" and "column". And have the children of the "el" element just be rendered one on top of the other in the correct order.
This is the approach used in this project, which drew inspiration from elm-ui for its UI layout engine.
Metadata
Metadata
Assignees
Labels
No labels