upsiflu / less-ui

Write your views across several screen regions, and hide all Ui state in the Url.
https://package.elm-lang.org/packages/upsiflu/less-ui/latest
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

How to add Defaults? - e.g. `Keyed = Ui region wrapper (List (String, Html msg))` #18

Closed upsiflu closed 1 year ago

upsiflu commented 1 year ago

Module Order

-> Prior art. How do other libraries do it?

upsiflu commented 1 year ago

now added a file under Layout; might move to Restrictive/Html/Keyed because it's not just layout. In that case, same with Region bc it has an analogious status to Html.

upsiflu commented 1 year ago

There will be Ui.Default (Html) and the Layout modules remain there because they are quite orthogonal to Ui (not completely orthogonal though). No urgency.