Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

shqear93/yii2-bootstrap-expand-btn

Repository files navigation

** NOT READY YET ** Yii2 Bootstrap Expand Btn

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