Skip to content

eeue56/elm-html-in-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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