guzuomuse / yii2-touchspin
yii2-TouchSpin.git
Package info
github.com/guzuomuse/yii2-TouchSpin
Language:JavaScript
Type:yii2-extension
pkg:composer/guzuomuse/yii2-touchspin
dev-master
2014-07-31 15:11 UTC
This package is not auto-updated.
Last update: 2026-03-24 16:10:26 UTC
README
yii2-TouchSpin.git
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist guzuomuse/yii2-touchspin "*"
or add
"guzuomuse/yii2-touchspin": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \guzuomuse\touchspin\AutoloadExample::widget(); ?>```