Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Slider collection

247 sites Security covered Drupal 10–11
View on drupal.org

This module provides a way to integrate various slider libraries into Drupal, allowing users to easily create slider views. It acts as a wrapper for different libraries, with sub-modules that offer specific integrations.

The module is supposed to integrate different slider libraries in drupal. The main module is just a wrapper for the slider libraries and provides some defaults. You can enable different sub modules to provide integration for the slider library of your choice.

The sub modules integrate the slider libraries in views, so that you can easily build slider views.
Further integration in other components of drupal might also be added in the future.

Currently supported slider libraries:

Installation with composer merge plugin

1. If not added yet, install composer merge plugin.

composer require 'wikimedia/composer-merge-plugin:^2.0'

2. Add the config for merge-plugin in your composer.json in the extra section:

{
    "extra": {
        "merge-plugin": {
          "include": [
              "web/modules/contrib/*/modules/*/composer.libraries.json"
          ],
          "recurse": true
        }
    },
}

3. You can include only the required composer.libraries.json file to use. For example, if you want to use only a Swiper library you need to add something like that:

{
    "extra": {
        "merge-plugin": {
          "include": [
              "web/modules/contrib/slider_collection/modules/sc_swiper/composer.libraries.json"
          ],
          "recurse": true
        }
    },
}

Depends on

Dependencies of the latest stable release

  • views Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
8
Tracked since
Dec 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 8
Maintenance
Dormant

Release Timeline

Releases

Version Type Core Release date
1.0.6 Stable 10–11 Feb 20, 2025
1.0.5 Stable 10–11 Feb 5, 2025
1.0.4 Stable 10–11 Dec 23, 2024
1.0.3 Stable 10–11 Dec 16, 2024
1.0.2 Stable 10–11 Dec 11, 2024
1.0.1 Stable 10–11 Dec 6, 2024
1.0.0 Stable 10–11 Dec 4, 2024
1.0.x-dev Dev 10–11 Dec 4, 2024