Skip to content

Instantly share code, notes, and snippets.

@rlefevre
Last active June 19, 2023 19:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlefevre/67a709b8d3cd80061b4b9beff6e80a0c to your computer and use it in GitHub Desktop.
Save rlefevre/67a709b8d3cd80061b4b9beff6e80a0c to your computer and use it in GitHub Desktop.
Misc Elm 0.19 examples in https://ellie-app.com

Shortcuts

https://github.com/ellie-app/ellie/blob/master/assets/src/Pages/Editor/Effects.elm#L362

elm-ui

Responsiveness

https://ellie-app.com/7cmLrvwW83ka1

Tooltips

https://ellie-app.com/7byf7QFGMVza1

Input focus

https://ellie-app.com/7cN4JfQtRCCa1

Underlined text on mouseOver

https://ellie-app.com/7fFKkBZH9Pra1

HTML5 video

https://ellie-app.com/8TBsrrSZS3sa1

SVG color change on mouseOver using fill: currentColor

https://ellie-app.com/7hXvMgQQ7nka1

Disable default focus style

https://ellie-app.com/7m6V9DYbt4ga1

Full-page responsive scrolling layout

https://ellie-app.com/7rJnwngtkF4a1

elm-animator slide show with fade transitions

https://ellie-app.com/8B9Dmx6Jntca1

Web Components

Google-chart pie chart

https://ellie-app.com/8B2B8fWbvZwa1

Google-chart calendar

https://ellie-app.com/8B8D2Q3WLh7a1

Web APIs

Notifications API

https://ellie-app.com/8LY7dCF47sxa1

Ports

MD5 file computation

https://ellie-app.com/8QdkbTyvnzBa1

Json Encoders/Decoders

JsonLines

https://ellie-app.com/8RzKBR5WprXa1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment