UbiqueLambda / elm-with-ui-html / UI.Renderer.Html

Elm's HTML renderer for the UI module and its backend.


type Encoder

Types that describes and configures the encoding to Elm-compatible HTML.

init : Encoder

Initialized the default encoder with the default settings:

encode : Encoder -> UI.Backend.Graphics.Graphics msg -> List (Html msg)

Outputs Elm-compatible HTML-structure.

NOTE: To be used once in an entire document since it provides a generic spreadsheet.