vektor-inc/vk-swiper

swiper for vektor

Installs: 15 032

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/vektor-inc/vk-swiper

0.3.4 2023-10-26 05:44 UTC

This package is auto-updated.

Last update: 2025-09-29 03:00:06 UTC


README

概要

Swiper を Composer で導入するためのライブラリ

npm run update で最新の Swiper が導入できます。

使い方

Composer の require に登録

composer require vektor-inc/vk-swiper

autoload.php を読み込み

require_once dirname( __FILE__ ) . '/vendor/autoload.php';

本体を読み込んで実行

use VektorInc\VK_Swiper\VkSwiper;
new VkSwiper();
VkSwiper::enqueue_swiper();

Change log

  • [ Update ] Update Swiper 11.1.5

  • [ Update ] Update Swiper 11.1.4

= 0.3.4 =

  • [ Update ] Update Swiper 11.0.2

= 0.3.3 =

  • [ Bug fix ] fix css and js path //