PHP code example of mickgeek / yii2-daslider
1. Go to this page and download the library: Download mickgeek/yii2-daslider library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mickgeek / yii2-daslider example snippets
use yii\helpers\Html;
use mickgeek\daslider\Widget as DaSlider;
DaSlider::begin([
'clientOptions' => ['bgincrement' => 10, 'interval' => 3000],
]);