mylistryx / yii2-bootstrap-icon
Yii2 Bootstrap Icons font and helper
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.2
- twbs/bootstrap-icons: v1.11.3
- yiisoft/yii2: ~2.0.50
- yiisoft/yii2-bootstrap5: ~2.0.0
This package is auto-updated.
Last update: 2025-03-12 07:29:03 UTC
README
Installation
The preferred way to install this extension is through composer
Either run: composer require mylistryx/yii2-bootstrap-icon
or add "yii2-bootstrap-icon": "~1.0.0"
into your composer.json
file.
Then register assets in your view file: \yii\bootstrap5\BootstrapIconAsset::register($this)
To use helper just write <?= \yii\bootstrap5\BI:i('icon-name) ?>
in your template
Custom usage:
<?= \yii\bootstrap5\BI:i('accordion')->addCssClass('text-danger')->addDataAttribute('error-icon') ?>