shqear / yii2-bootstrap-expand-btn
Provide expanding buttons for Bootstrap 3
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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