Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Slider collection

222 sites Security covered
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
        }
    },
}

Activity

Total releases
4
First release
Dec 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 4
Maintenance
Dormant

Release Timeline

Releases

Version Type Release date
1.0.6 Stable Feb 20, 2025
1.0.5 Stable Feb 5, 2025
1.0.2 Stable Dec 11, 2024
1.0.1 Stable Dec 6, 2024