This is a carousel for elm, as we could not find any :)
Cool features as touch event handler, movement events and more!
elm-package install coyainsurance/elm-carouselYou can find an example under the example/ directory
- 2.0.0
- Remove all the Html msg from the Carousel type alias
- Add movement messages to control the carousel from outside
- Add
selectElementto select an specific element - Add
currentElementto return the selected element
- 1.0.0
- Add complete documentation
- Fix repository Url in elm-package.json
- Small refactoring on
sendMsgfunction
- 0.1.0
- Support for touch events
- Basic testing
- Readme and License
- Fork it (https://github.com/coyainsurance/elm-carousel/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request