wp-digital/wp-block-carousel

Slider list of images, cards, logos.

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 1

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

1.0.6 2023-08-31 20:48 UTC

This package is auto-updated.

Last update: 2024-05-30 01:11:41 UTC


README

Description

Slider list of images, cards or logos.

Demo

Carousel Block

Install

  • Preferable way is to use Composer:

    composer require wp-digital/wp-block-carousel
    
  • Alternate way is to clone this repo to wp-content/plugins/:

    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-carousel.git
    

Activate Carousel Block with WP-CLI wp plugin activate wp-block-carousel or from Plugins page.

Documentation

There are few carousel and slide constants which give a possibility to customize behaviour a bit.

Notes

  • Swiper is used as a slider library.
  • Logos Logo block could be used inside slide.
  • Cards Card block could be used inside slide.