Skip to content

Latest commit

 

History

History
59 lines (58 loc) · 9.94 KB

Elm.md

File metadata and controls

59 lines (58 loc) · 9.94 KB
🌟 Name Description 🌍
217 @cotoami/cotoami Cotoami is a platform where people can weave a large network of wisdom from tiny ideas. ↗️
101 @arowM/elm-form-decoder Scalable way to decode user inputs into neat structure. ↗️
78 @jinjor/elm-time-travel An experimental debugger for Elm ↗️
65 @yang-wei/elmflux Visualization of Elm Signals ↗️
54 @jinjor/elm-devtool An attempt to use Elm's debugger on Chrome DevTools
46 @jinjor/elm-drill 手を動かしながら Elm に慣れるためのドリルです。
45 @jinjor/elm-html-parser Parse HTML in Elm! ↗️
34 @jinjor/elm-book
33 @jinjor/elm-debounce Yet another debouncer for Elm ↗️
29 @shuhei/pixelm A pixel art editor written in Elm ↗️
23 @3tty0n/elm-online-markdown-editor An online markdown editor written in Elm. ↗️
19 @jinjor/elm-diff A diff implementation for Elm ↗️
19 @jinjor/elm-xml-parser XML parser for Elm ↗️
16 @jinjor/elm-contextmenu Flexible context menu for Elm ↗️
14 @jinjor/elm-inline-hover An utility for using :hover by inline style ↗️
13 @arowM/elm-reference An immutable approach to mutable references. ↗️
12 @arowM/elm-mixin A brief Elm library for Mixins. ↗️
12 @jinjor/elm-video-chat video chat system by Elm
11 @jinjor/elm-binary-decoder Experimental binary decoder ↗️
9 @kgtkr/login-pages-alert
9 @ymtszw/elm-xml-decode Elm XML decoder sharing the spirit of Json.Decode ↗️
8 @jinjor/elm-transition A simple transition library for Elm
8 @rnons/elm-svg-loader A webpack loader that inlines external SVG file into Elm views
8 @ymtszw/zephyr ↗️
7 @arowM/elm-tokyo4 Presentations for Elm Tokyo Meetup #4. ↗️
7 @jinjor/elm-teapp ↗️
7 @jinjor/toy-lang Just for fun!
6 @arowM/elm-neat-layout Neat layout framework for Elm.
6 @calmery/Calmery.me My Website ↗️
6 @jinjor/elm-csv-decode CSV decoder for Elm ↗️
6 @kirisaki/klaraworks My website
6 @kogai/bperf
6 @youpy/elm-midi An Elm library for working with MIDI
5 @arowM/elm-css-modules-helper Provide helper functions to handle CSS modules in Elm without hacks
5 @arowM/elm-form-validator This Elm library provides a scalable way to validate a form by combining primitive validators. ↗️
5 @arowM/elm-time-machine A module empowering any model to undo/redo in elm architecture way
5 @dfordivam/elm-mind-map Elm based mind mapping
5 @jinjor/elm-reversi Just for joy ↗️
5 @suzuki-shin/elm-chartjs Elm bindings for Chart.js
4 @arowM/elm-html-with-context Cleaner, hack-free way to pass contexts to Elm view functions ↗️
4 @jinjor/elm-large-form-example Trying to find the best way ↗️
4 @jinjor/elm-task-emulator task emulator for ports
4 @jinjor/elm-visual-vdom Where in the view is actually rendered? ↗️
4 @matsubara0507/haskell-and-elm Example application using Haskell and Elm
4 @otofu-square/serverless-elm-todo-api Elm implementation of RESTful API with Serverless Framework
4 @suzuki-shin/doubutsuShogi
4 @tshm/elm-doctest doctest runner against Elm-lang source files
3 @arowM/elm-monoid A module to define generic functions for monoid.
3 @arowM/html An elm/html alternative which enables you to batch attributes. ↗️
3 @jinjor/elm-dropdown Flexible dropdown menu for Elm
3 @jinjor/elm-req HTTP Request for Elm ↗️
3 @jinjor/gisc-elm Gisc settings for Elm
3 @jinjor/midi-experiments Playing with MIDI ↗️
3 @jinjor/pianoroll-editor Experiment of making piano roll in Elm ↗️
3 @jinjor/vdom-dev The testing environment of elm-lang/virtual-dom ↗️
3 @onevcat/elm-2048 Practice my elm understanding