fritzmg / contao-swiper
Contao 4+ bundle to integrate Swiper.js
                                    Fund package maintenance!
                                                                            
                                                                                                                                        fritzmg
                                                                                    
                                                                
Installs: 39 067
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 3
Open Issues: 2
Type:contao-bundle
pkg:composer/fritzmg/contao-swiper
Requires
- php: ^7.2 || ^8.0
- contao/core-bundle: ^4.9 || ^5.0
- mvo/contao-group-widget: ^1.4
- symfony/config: ^4.4 || ^5.2 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.2 || ^6.0
- symfony/http-foundation: ^4.4 || ^5.2 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.2 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^2.16 || ^3.0
README
Contao Swiper
Contao 4+ bundle to integrate Swiper.js.
This extension replaces the core slider with a Swiper implementation.
Usage
jQuery does not have to be enabled in your page layout.
| Feature | Description | 
|---|---|
| multiple sliders | adding multiple sliders with different settings on a page | 
| different slider-effects | slide, fade, cube, coverflow, flip | 
| different pagination-types | bullets, fraction, progressbar | 
| breakpoints | change some settings on different viewports | 
| custom wrapper-class | Helpful when adding a module (e.g. newslist-module) inside the slider. You can define the mod_newslist-class as wrapper for the slides, so that it is possible to slide through the single news-entries. |