PHPackages                             easyrider7522/yii2-bootstrap-touch-slider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. easyrider7522/yii2-bootstrap-touch-slider

ActiveYii2-extension

easyrider7522/yii2-bootstrap-touch-slider
=========================================

Implementation of bootstrap-touch-slider from bootstrapthemes.co as Yii2 widget

1.0.0-alpha.3(8y ago)1277[2 issues](https://github.com/easyrider7522/yii2-bootstrap-touch-slider/issues)MITPHP

Since Feb 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/easyrider7522/yii2-bootstrap-touch-slider)[ Packagist](https://packagist.org/packages/easyrider7522/yii2-bootstrap-touch-slider)[ Docs](https://github.com/easyrider7522/yii2-bootstrap-touch-slider)[ RSS](/packages/easyrider7522-yii2-bootstrap-touch-slider/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

yii2-bootstrap-touch-slider
===========================

[](#yii2-bootstrap-touch-slider)

Implementation of bootstrap-touch-slider from bootstrapthemes.co as Yii2 widget

Thanks to [bootstrapthemes.co](https://bootstrapthemes.co/demo/resource/BootstrapCarouselTouchSlider/)

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require easyrider7522/yii2-bootstrap-touch-slider "@alpha"
```

or manually add to the `required` section of your project's `composer.json`

```
"easyrider7522/yii2-bootstrap-touch-slider": "@alpha"
```

and run `composer update` shell command

Since it's a pre-release (currently in alpha state) stability flag `@alpha` must be used with the package (as you can see above) in order to be able to install it without changing `minimum-stability` property of the `composer.json`, which is global for your whole project.

Usage
-----

[](#usage)

As any Yii2 widget, in desired view or layout file as follows:

```
