Skip to content

elm-community/html-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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