All Projects → elm-community → html-extra

elm-community / html-extra

Licence: MIT License
Additional functions for working with Html.

Programming Languages

elm
856 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].