Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/elm-html-in-elm
https://github.com/eeue56/elm-html-in-elm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eeue56/elm-html-in-elm
- Owner: eeue56
- License: bsd-3-clause
- Created: 2016-11-18T12:32:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T20:02:46.000Z (over 7 years ago)
- Last Synced: 2024-10-30T01:38:13.893Z (3 months ago)
- Language: Elm
- Size: 42 KB
- Stars: 12
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-html-in-elm
A pure Elm represention of Elm Html. This module has been taken from [elm-server-side-renderer](https://github.com/eeue56/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](http://package.elm-lang.org/packages/eeue56/elm-html-test/latest).
This package is also used to support using Elm as to generate static files for
your site with [elm-static-html](https://github.com/eeue56/elm-static-html)