Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB

Ember-cli-swiper Build Status Ember Observer Score

Simple ember-wrapper around Swiper by idangerous.

See the demo for examples and usage-infos.

Installation

Make sure you are using a somewhat recent version of nodejs when installing. Everything > 4 should be fine.

ember install ember-cli-swiper

Usage

{{#swiper-container}}
  {{#swiper-slide}}Slide 1{{/swiper-slide}}
  {{#swiper-slide}}Slide 2{{/swiper-slide}}
  {{#swiper-slide}}Slide 3{{/swiper-slide}}
  {{#swiper-slide}}Slide 4{{/swiper-slide}}
  {{#swiper-slide}}Slide 5{{/swiper-slide}}
{{/swiper-container}}

For all supported options see the demo.

Running tests

The test-execution requires you to have phantomjs 2.x.x installed.

ember test