1.0.6 • Published 4 years ago
ember-cli-swiper v1.0.6
Ember-cli-swiper

Simple ember-wrapper around Swiper by idangerous.
See the demo for examples and usage-infos.
Installation
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}}
Options
All available Swiper options are supported and can be configured two ways:
As top level attributes:
{{swiper-container freeMode=true}}
As a hash of options:
// In controller
Controller.extend({
myOptions: { parallax: true }
});
{{swiper-container options=myOptions}}
Events
All Swiper events are configured as an events
action map like so:
{{swiper-container events=(hash click=(action "myClickHandler"))}}
Please note that attribute values will overwrite any conflicting options.
Running tests
ember test
1.0.6
4 years ago
1.0.5
5 years ago
1.0.4
6 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
8 years ago
0.7.4
8 years ago
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago
0.7.0
8 years ago
0.6.4
8 years ago
0.6.1
8 years ago
0.6.0
9 years ago
0.5.0
9 years ago
0.4.0
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago