nabekou29 / elm-context-html / ContextHtml.Keyed

Wrapped Html.Keyed module for ContextHtml.

Keyed Nodes

node : String -> List (Html.Attribute msg) -> List ( String, ContextHtml ctx msg ) -> ContextHtml ctx msg

Commonly Keyed Nodes

ol : List (Html.Attribute msg) -> List ( String, ContextHtml ctx msg ) -> ContextHtml ctx msg

ul : List (Html.Attribute msg) -> List ( String, ContextHtml ctx msg ) -> ContextHtml ctx msg