Simple Swiper
Gutenberg carousel block using Swiper JS
★ 0stars
0forks
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/amalter/simple-swiper/archive/refs/heads/main.zipSimple Swiper Gutenberg Block
Description
A simple carousel/slider block for WordPress built with React and Swiper.js.
Free to use, but this is not production-ready and is mostly to use as reference for educational purposes. You will need to run build locally before adding to WordPress site (see below for instructions).
Instructions
If you want to use this in your WordPress environment:
- Download folder to local WordPress environment's plugins folder.
- Open terminal, and CD into
simple-swiperdirectory and runnpm i. Thennpm run buildto get the build directory.- You may need to change node/npm versions if you run into issues.
- Login to local Wordpress admin and activate plugin.