An open API service indexing awesome lists of open source software.

https://github.com/syntro-opensource/silverstripe-elemental-slider

gallery block using swiper for elemental editor
https://github.com/syntro-opensource/silverstripe-elemental-slider

Last synced: 5 months ago
JSON representation

gallery block using swiper for elemental editor

Awesome Lists containing this project

README

          

# Silverstripe Elemental Slider

[![🎭 Tests](https://github.com/syntro-opensource/silverstripe-elemental-slider/workflows/%F0%9F%8E%AD%20Tests/badge.svg)](https://github.com/syntro-opensource/silverstripe-elemental-slider/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[![codecov](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-slider/branch/master/graph/badge.svg)](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-slider)
![Dependabot](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)
[![phpstan](https://img.shields.io/badge/PHPStan-enabled-success)](https://github.com/phpstan/phpstan)
[![composer](https://img.shields.io/packagist/dt/syntro/silverstripe-elemental-slider?color=success&logo=composer)](https://packagist.org/packages/syntro/silverstripe-elemental-slider)
[![Packagist Version](https://img.shields.io/packagist/v/syntro/silverstripe-elemental-slider?label=stable&logo=composer)](https://packagist.org/packages/syntro/silverstripe-elemental-slider)

## Introduction
Adds a set of slider blocks using [swiper](https://github.com/nolimits4web/swiper)
for the silverstripe elemental editor.

## Installation

To install this module, run the following command:
```
composer require syntro/silverstripe-elemental-slider
```
Thats it.

## Features
### ImageSlider
This module provides an image slider, which functions as an Image
carousel using [swiper](https://github.com/nolimits4web/swiper).

## Documentation
* [📚 Swiper configuration](docs/00_swiperconfig.md)
* [📚 Image slider](docs/01_imageslider.md).