https://github.com/mrmurphy/elm-easy-events
https://github.com/mrmurphy/elm-easy-events
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmurphy/elm-easy-events
- Owner: mrmurphy
- Created: 2016-03-14T12:55:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T20:18:51.000Z (over 10 years ago)
- Last Synced: 2026-06-06T05:37:57.040Z (about 2 months ago)
- Language: Elm
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Elm Easy Events
I found myself writing code over and over again to produce an action from an
input event on an input field. Or two react to certain keypresses. This module
provides a few convenience functions to take care of those things quickly.