shqear / yii2-bootstrap-expand-btn
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provide expanding buttons for Bootstrap 3
Package info
github.com/shqear93/yii2-bootstrap-expand-btn
Type:yii2-extension
pkg:composer/shqear/yii2-bootstrap-expand-btn
v1.0
2016-04-28 12:43 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2021-07-24 01:34:49 UTC
README
Provide expanding buttons for Bootstrap 3.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shqear/yii2-bootstrap-expand-btn "*"
or add
"shqear/yii2-bootstrap-expand-btn": "*"
to the require section of your composer.json file.
Usage
echo ExpandButton::widget([ 'label' => 'Test Button', 'type' => ExpandButton::TYPE_INFO, ]);
Legals
based on : http://smarchal.com/bootstrap-expand-btn
- Author : [Khaled AbuShqear] (Qmax93@Gmail.com)
- Licence : MIT
- Contact : Qmax93@Gmail.com
- Link : http://smarchal.com/bootstrap-expand-btn
