https://github.com/elm-community/html-extra
Additional functions for working with Html.
https://github.com/elm-community/html-extra
Last synced: about 1 year ago
JSON representation
Additional functions for working with Html.
- Host: GitHub
- URL: https://github.com/elm-community/html-extra
- Owner: elm-community
- License: mit
- Created: 2015-02-12T22:43:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T15:24:33.000Z (about 6 years ago)
- Last Synced: 2025-07-21T23:52:42.391Z (about 1 year ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/elm-community/html-extra/latest
- Size: 75.2 KB
- Stars: 31
- Watchers: 14
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - elm-community/html-extra - Additional functions for working with Html. (Elm)
README
# Additional HTML-related Functions
[](https://travis-ci.org/elm-community/html-extra)
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:
```elm
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