2017 © Pedro Peláez
 

yii2-extension yii2-mixitup3-widget

Renders a MixItUp 3 widget for Yii2.

image

dominus77/yii2-mixitup3-widget

Renders a MixItUp 3 widget for Yii2.

  • Saturday, February 17, 2018
  • by dominus77
  • Repository
  • 2 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

yii2-mixitup3-widget

Latest Stable Version License Total Downloads, (*1)

Renders a MixItUp 3 widget for Yii2., (*2)

Installation

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

Either run, (*4)

php composer.phar require dominus77/yii2-mixitup3-widget "*"

or add, (*5)

"dominus77/yii2-mixitup3-widget": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*7)

<?= \dominus77\mixitup3\MixItUp::widget([
    'containerId' => 'mix_container',
    'content' => $this->render('@vendor/dominus77/mixitup3/views/basic'), // example
    'clientOptions' => [
        'animation' => [
            'enable' => true,
        ],
        'selectors' => [
            'target' => '.mix',
            'control' => '[data-mixitup-control]',
        ],
    ],
]); ?>

views\basic.php, (*8)





Shuffle
1
2
3
4
5
6
7
8

More Information

Please, check the MixItUp 3, (*9)

License

The BSD License (BSD). Please see License File for more information., (*10)

The Versions

17/02 2018

dev-master

9999999-dev

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause BSD-3

The Requires

 

by Alexey Shevchenko
by Alexey Schevchenko

extension yii2 widget dominus77 mixitup3

21/11 2017

v1.0.4

1.0.4.0

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Schevchenko

extension yii2 widget dominus77 mixitup3

04/09 2017

v1.0.3

1.0.3.0

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 widget dominus77 mixitup3

30/08 2017

v1.0.2

1.0.2.0

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 widget dominus77 mixitup3

30/08 2017

v1.0.1

1.0.1.0

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 widget dominus77 mixitup3

29/08 2017

v1.0.0

1.0.0.0

Renders a MixItUp 3 widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 widget dominus77 mixitup3