I've worked the last few days to bring about an older dream of mine: converting Elm programs into Html elements with the intention of composing them.
The Readme has instructions for both playing with it and for testing it in toy projects.
The examples folder has a bunch of examples showing how I view implemented the old elm-architecture-tutorial examples using Boxes.
The examples range from extremely simple to a more fancy example that integrates with elm-css.
The API has passed through a few iterations and I think it is quite OK but if you have suggestions for improvements please contribute.
There are, of course, a lot issues and caveats due to this being a quick and dirty implementation BUT, it think the code is good enough to be used to start this discussion.
This is a very dear topic to me so, any questions or comments are appreciated.
Thank you.
--