elm-community / html-extra

Additional functions for working with Html.

Home Page:http://package.elm-lang.org/packages/elm-community/html-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional HTML-related Functions

html-extra Build Status

This package contains convenience functions for working with Html, beyond that which elm-lang/html provides.

You may want to import this into the Html namespace:

import Html.Extra as Html

Then you can do things like writing Html.nothing instead of text "".

There are many event handlers & decoders in Html.Events.Extra, such as targetValueInt or onClickPreventDefault.

Feedback and contributions are very welcome.

License

MIT

About

Additional functions for working with Html.

http://package.elm-lang.org/packages/elm-community/html-extra/latest

License:MIT License


Languages

Language:Elm 100.0%