valiant / yii2-list-group-widget
Yii2 bootstrap list group widget.
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2020-08-25 14:28:45 UTC
README
Yii2 bootstrap list group widget.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist valiant/yii2-list-group-widget "*"
or add
"valiant/yii2-list-group-widget": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \valiant\widgets\ListGroupWidget::widget(); ?>```