eeue56/elm-html-in-elm

A pure Elm representation of Elm Html


License
BSD-3-Clause
Install
elm-package install eeue56/elm-html-in-elm 5.2.0

Documentation

elm-html-in-elm

A pure Elm represention of Elm Html. This module has been taken from elm-server-side-renderer and is a pure representation of the Html structure used by VirtualDom. It is designed to allow you to inspect Html nodes

This package is used to support testing with elm-html-test.

This package is also used to support using Elm as to generate static files for your site with elm-static-html