2017 © Pedro Peláez
 

yii2-widget yii2-swiper

The swiper widget for the Yii framework

image

chenkby/yii2-swiper

The swiper widget for the Yii framework

  • Friday, February 10, 2017
  • by chenkby
  • Repository
  • 1 Watchers
  • 1 Stars
  • 727 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

yii2-swiper

The swiper slider widget for the Yii framework., (*1)

See more here: http://idangero.us/swiper, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

$ php composer.phar require chenkby/yii2-swiper:dev-master

or add, (*5)

"chenkby/yii2-swiper": "dev-master"

to the require section of your composer.json file., (*6)

Usage

echo \chenkby\swiper\Swiper::widget([
    'items'=>[
        Html::img('http://p2.wmpic.me/article/2016/03/07/1457340934_IhOzsopM.jpg'),
        Html::img('http://p3.wmpic.me/article/2016/03/07/1457340935_xESOHFOa.jpg'),
        Html::img('http://p3.wmpic.me/article/2016/03/07/1457340935_VoZtYoSk.jpg')
    ],
    'clientOptions'=>[
        'loop'=>true,
    ]
]);

The Versions

10/02 2017

dev-master

9999999-dev

The swiper widget for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by ChenGuanQun

yii2 swiper

25/03 2016

v1.0

1.0.0.0

The swiper widget for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by ChenGuanQun

yii2 swiper