Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 687 Bytes

elm-infinite-gallery

A simple gallery that supports infinite scrolling. Slides can be any Html content desired.

Goal

Create a simple abstract gallery that supports swipe, infinite scroll and custom Html slides.

Demo

Demo

Usage Example

Please have a look at the example/src/Main.elm file for a minimal example.

Docs

Documentation is available on the elm packages website.

ToDo

  • Add keyboard navigation
  • Allow infinite behaviour to be a configurable option
  • Refactor transitions
  • Support vertical swipe and scrolling