Introduction
This plugin is for Joomla developers. The plugin registers Swiper.js package (https://swiperjs.com/) in Joomla Web Assets Manager. Then you can use it in your extensions.
Plugin for Joomla developers. It allows you to use Swiper.js anywhere in Joomla 4: in modules, components, plugins.
To do this in your code, use
$wa = Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->useScript('swiper-bundle')->useStyle('swiper-bundle'); // Use local file
$wa->usePreset('swiper-bundle-remote'); // Connect from CDN
At the moment, only the swiper-bundle is connected with this plugin.
WT JSwiper
- Version:
- 11.1.15
- Developer:
- Sergey Tolkachyov
- Last updated:
-
Nov 19 2024
2 days ago - Date added:
- Sep 14 2022
- License:
- GPLv2 or later
- Type:
- Free download
- Includes:
- p
- Compatibility:
- J4 J5
Share