** NOT READY YET **, (*1)
Yii2 Bootstrap Expand Btn
Provide expanding buttons for Bootstrap 3., (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist shqear/yii2-bootstrap-expand-btn "*"
or add, (*5)
"shqear/yii2-bootstrap-expand-btn": "*"
to the require section of your composer.json
file., (*6)
, (*7)
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, (*8)