Elm libraries
Web
- Elm Land - Production-ready framework for building Elm applications. (Code) (Hello world)
- elm-pages - Framework for building an Elm single-page app with pre-rendered HTML pages. (Web) (2.0 release)
- http - Make HTTP requests in Elm.
- elm-graphql - Autogenerate type-safe GraphQL queries in Elm.
- Elm Animator - Timeline-based animation engine for Elm.
- elm-vegaLite - Vega-Lite Integration for functional declarative visualization.
- elm-charts - Create SVG charts in Elm. (Web)
- Elm UI - UI library for making web applications with Elm.
Style
- elm-css - Typed CSS in Elm.
- Elm UI - What if you never had to write CSS again. (Elm UI Cookbook)
GraphQL
Other
- HTML - Quickly render HTML in Elm.
- Elm Visualization - Data visualization library for Elm.
- elm-in-elm - Elm compiler written in Elm.
- Elm CLI Options Parser - Build type-safe command-line utilities in Elm.
- another-elm/std - Standard libraries for Elm.
- Maybe.Extra - Convenience functions for working with Maybe.
- elm-street - Library for generating Elm types and JSON codecs from Haskell types.
- json-to-elm - Create Elm type aliases and decoders based on JSON input.
- elm-posix - Write CLI-scripts in Elm.
- TaskPort - Elm module allowing to call JavaScript APIs from Elm using the Task abstraction.
- Elm Safe Recursion - Elegant recursion without blowing the stack.
- Parser - Parsing library, focused on simplicity and great error messages.
- List Extra - Convenience functions for working with List.
Links
- Elm Packages search (Code)
- Elm CodeGen - Elm package and CLI tool for generating Elm code.
- elm-docset - Elm Dash Docset generator.
- esbuild-plugin-elm - esbuild plugin for building elm projects.
- elm-verify-examples - Verify examples in your docs.
- elm-json - Install, upgrade and uninstall Elm dependencies.
- ElmBook - Rich documentation builder for Elm applications and packages. Inspired by Storybook and HexDocs.
- elm-review-imports - Provides elm-review rules to enforce consistent import aliases.
- Servant Elm - Generate Elm functions to query your Servant API.