elm-community/html-extra - version: 3.4.0

for more information visit the package's GitHub page

Package contains the following modules:

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