Provide expanding buttons for Bootstrap 3.
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.
echo ExpandButton::widget([
'label' => 'Test Button', 'type' => ExpandButton::TYPE_INFO,
]);
based on : http://smarchal.com/bootstrap-expand-btn
- Author : [Khaled AbuShqear] ([email protected])
- Licence : MIT
- Contact : [email protected]
- Link : http://smarchal.com/bootstrap-expand-btn