WP Manifestindependent plugin directory
manifest / media / simple-swiper

Simple Swiper

Gutenberg carousel block using Swiper JS

by Amber Alter · github.com/amalter/simple-swiper

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.zip

Simple 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-swiper directory and run npm i. Then npm run build to 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.