Slider Block
A responsive and accessible slider/carousel block for the WordPress block editor.
by Pixel Albatross · github.com/pixelalbatross/slider-block · website
★ 13stars
2.3kcomposer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pixelalbatross/slider-block/archive/refs/heads/main.zipAlso on Packagist as pixelalbatross/slider-block:
composer require pixelalbatross/slider-blockDeclares an update source (https://pixelalbatross.pt/), so updates arrive through the plugin's own updater.
From the readme
Slider Block
The slider block lets users showcase images and relevant content on a page in an engaging and interactive way.
Description
A responsive and accessible slider/carousel block for the WordPress block editor, built on top of Swiper. Swiper is a modern mobile touch slider with hardware accelerated transitions and amazing native behavior.
No styling is provided other than the essential Swiper styles.
The icons are from Themify Icons.
Installation
Manual Installation
1. Download the plugin ZIP file from the GitHub repository.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the following command:
Usage
This plugin requires no configuration.
Changelog
A complete listing of all notable changes to this project are documented in CHANGELOG.md.
Read the full README on GitHub →