inline
/ˈɪnlʌɪn/
adjectiveincluded as part of the main text on a page, rather than in a separate section
This extension provides simple functions for Yii framework 2.0 applications to add Font Awesome Icons inline without the use of JavaScript.
The package could be installed via composer:
composer require thoulah/yii2-fontawesome-inline
echo Yii::$app->fontawesome->name('github', 'brands')->fill->('#003865');
Various implementations and options are available. Please visit Yii.Rocks for more information.
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit