Skip to content

coyainsurance/elm-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm carousel

This is a carousel for elm, as we could not find any :) Cool features as touch event handler, movement events and more!

Installation

elm-package install coyainsurance/elm-carousel

Usage example

You can find an example under the example/ directory

Release History

  • 2.0.0
    • Remove all the Html msg from the Carousel type alias
    • Add movement messages to control the carousel from outside
    • Add selectElement to select an specific element
    • Add currentElement to return the selected element
  • 1.0.0
    • Add complete documentation
    • Fix repository Url in elm-package.json
    • Small refactoring on sendMsg function
  • 0.1.0
    • Support for touch events
    • Basic testing
    • Readme and License

Contributing

  1. Fork it (https://github.com/coyainsurance/elm-carousel/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

LICENSE

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages