WP Manifestindependent plugin directory
manifest / editor / swiper-gallery

Swiper Gallery

Gutenberg Block providing a media Gallery based on Swiper.js.

by Cédric Moris Kelly · github.com/afterglowweb/swiper-gallery

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/afterglowweb/swiper-gallery/archive/refs/heads/develop.zip

Readme

Swiper Gallery

Plugin Type: WordPress Block Editor (Gutenberg)
Contributors: Cédric Moris Kelly
Tags: gutenberg, block, gallery, swiper, medias
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.1b
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Currently under development

Description

Key Features:

Installation

Frequently Asked Questions

Development

Installation

Clone or download the repository and run at the root of the package:

npm install

or

yarn

Development Commands

npm run build

Build the package for production.

npm run start

Build the package for development and watch for changes.

npm run tailwind

Build tailwindcss output and watch for changes.

npm run plugin-zip

Create a plugin zip file for distribution.

npm run format
npm run lint:css
npm run lint:js

Lint and format code.

Technical Details

Swiper Gallery uses:

  • React for component architecture
  • Swiper for gallery animation
  • Material UI for interface elements
  • WordPress Block API for integration
  • Tailwind CSS for utility styling

Changelog

1.0.0

  • Initial version of Swiper Gallery

Credits

Developed by Cédric Moris Kelly

Read the full README on GitHub →