Skip to content

wp-digital/wp-block-carousel

Repository files navigation

Carousel Block

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 [email protected]: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.