You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A slickInit event may be bound from your template. This event is triggered after Ember's internal didInsertElement with a DOM reference to the newly created widget allowing direct manipulation of the DOM elements after creation.
This widget supports the full range of slick-slider configuration options. The full list with descriptions can be found at the slick-slider homepage: http://kenwheeler.github.io/slick/
accessibility
adaptiveHeight
autoplay
autoplaySpeed
arrows
asNavFor
appendArrows
appendDots
prevArrow
nextArrow
centerMode
centerPadding
cssEase
customPaging
dots
draggable
fade
focusOnSelect
easing
edgeFriction
infinite
initialSlide
lazyLoad
mobileFirst
pauseOnHover
pauseOnDotsHover
respondTo
responsive
rows
slide
slidesPerRow
slidesToShow
slidesToScroll
speed
swipe
swipeToSlide
touchMove
touchThreshold
useCss
variableWidth
vertical
verticalSwiping
rtl
Repo
git clone this repository
cd ember-cli-slick
npm install
Linting
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
Running tests
ember test – Runs the test suite on the current Ember version
ember test --server – Runs the test suite in "watch mode"
ember try:each – Runs the test suite against multiple Ember versions