Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 643 Bytes

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