Ekwa owl carousel
A Gutenberg block to show carousel
★ 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/agskanchana/ekwa-owl-carousel/archive/refs/heads/main.zipFrom the readme
Ekwa Owl Carousel
Ekwa Owl Carousel is a small WordPress plugin that provides a Gutenberg "Carousel" block using Owl Carousel. The block supports inner blocks for carousel items, custom navigation SVG icons, responsive item counts, autoplay, dots, and margin settings.
Features
- Gutenberg block: ekwa-blocks/carousel (server-side rendered)
- Child block: ekwa-blocks/carousel-item
- Lazy-loading of Owl Carousel assets on user interaction (mouse move / scroll)
- Configurable responsive slides-per-device, autoplay, dots, nav, margin
- Custom SVG prev/next navigation icons (sanitized and allowed)
- Plugin update checker integrated
Requirements
- WordPress 6.1+
- PHP 7.0+
- Node.js + npm (only required for development / building)
Installation (as a user)
1. Copy the ekwa-owl-carousel folder to your WordPress wp-content/plugins/ directory.
2. Activate the plugin in the Plugins admin screen.
3. Use the "Carousel" block in the block editor and add carousel items.
Note: The plugin ships compiled files in build/. If you modify src/, you'll need to rebuild (see Developer section).
Developer: build & run
From the plugin root (where package.json lives):
If your environment doesn't hav