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
- Host: GitHub
- URL: https://github.com/syntro-opensource/silverstripe-elemental-slider
- Owner: syntro-opensource
- License: bsd-3-clause
- Created: 2022-08-24T14:44:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T21:04:24.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T19:02:17.200Z (about 1 year ago)
- Language: PHP
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Silverstripe Elemental Slider
[](https://github.com/syntro-opensource/silverstripe-elemental-slider/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-slider)

[](https://github.com/phpstan/phpstan)
[](https://packagist.org/packages/syntro/silverstripe-elemental-slider)
[](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).