Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elm-community/html-extra
Additional functions for working with Html.
https://github.com/elm-community/html-extra
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T15:24:33.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:21:57.228Z (4 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/elm-community/html-extra/latest
- Size: 75.2 KB
- Stars: 31
- Watchers: 15
- 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
[![html-extra Build Status](https://travis-ci.org/elm-community/html-extra.svg?branch=master)](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