WT JSwiper
By Sergey Tolkachyov
Libraries
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-&g...