dmstr/yii2-vue-shufflejs-widget

Yii2 Widget for Vue.js & VueShuffleJs plugin.

Maintainers

👁 schmunk

Package info

github.com/dmstr/yii2-vue-shufflejs-widget

Type:yii2-extension

pkg:composer/dmstr/yii2-vue-shufflejs-widget

Statistics

Installs: 7 353

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2022-03-09 12:44 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 7ea8ad4f9e81be74bef083ed523b109f88d12570

  • Marc Mautz <m.mautz.woop@herzogkommunikation.de>

javascriptextensionyii2Vue.jsShuffle.js

This package is auto-updated.

Last update: 2026-06-09 22:45:44 UTC


README

Yii2 Widget for Vue.js with vue-shufflejs-plugin.
The widget use and require the following packages:

Installation

The preferred way to install this extension is through composer.

Either run

composer require dmstr/yii2-vue-shufflejs-widget:"^0.2"

or add

"dmstr/yii2-vue-shufflejs-widget": "^0.2"

to the require section of your composer.json file.

Usage

The following example renders the vue-shufflejs-plugin with Filter, Search and Sort.
Please check the vue-shufflejs-plugin documentation for available options supported by the plugin.

use dmstr\widgets\vueshufflejs\VueShuffle;
 
<?= VueShuffle::widget(
 [
 'options' => [
 'settings' => $settings,
 'products' => [
 'data' => $data,
 'option' => $option,
 'filter' => $filter,
 ]
 ]
 ]
);?>

License

The MIT License (MIT). Please see License File for more information.