for more information visit the package's GitHub page
Package contains the following modules:
rtfeldman/elm-css
This package contains convenience functions for working with Html, beyond that
which rtfeldman/elm-css
provides.
You may want to import this into the Html
namespace:
import Html.Styled.Extra as Html
Then you can do things like writing Html.Styled.Extra.nothing
instead of text ""
.
There are many event handlers & decoders in Html.Styled.Events.Extra
, such as
targetValueInt
or onClickPreventDefault
.
Run the following command in your directory that contains elm.json
:
$ elm install ken-matsui/html-styled-extra
Here is my plan:
Add:
ken-matsui/html-styled-extra 1.0.0
Would you like me to update your elm.json accordingly? [Y/n]: y
Success!
Feedback and contributions are very welcome.
$ elm bump
$ git tag 1.0.0
$ git push origin 1.0.0
$ elm publish
MIT