shqear/yii2-bootstrap-expand-btn

This package is abandoned and no longer maintained. No replacement package was suggested.

Provide expanding buttons for Bootstrap 3

v1.0 2016-04-28 12:43 UTC

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.

Bootstrap Expand Btn

Usage

echo ExpandButton::widget([
    'label' => 'Test Button', 'type' => ExpandButton::TYPE_INFO,
]);

Legals

based on : http://smarchal.com/bootstrap-expand-btn