mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

Unable to init Carousel slider #115

Closed pakyinchu closed 7 years ago

pakyinchu commented 7 years ago

This following line cannot init the slider $('.carousel.carousel-slider').carousel({full_width: true});

instead this seems to be the correct class to call $('.carousel-slider').slider({full_width: true});