dev-master
9999999-devA Yii2 widget for the dashboard tiles.
BSD 3-Clause
The Requires
extension yii2 bootstrap widget dashboard tiles
A Yii2 widget for the dashboard tiles.
, (*1)
A Yii2 widget for the dashboard tiles., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
composer require --prefer-dist armrck/yii2-tyles "*"
or add, (*5)
"armrck/yii2-tiles": "*"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply use it in your code by :, (*7)
<?= Tiles::widget([ 'icon' => '<i class="fa fa-database"></i>', // icon 'iconBgColor' => '#ffa726', // hex color 'category' => 'Space Used on DB', // category of stats info 'title' => 670, // main stats info 'title_small' => 'MB', // complement for stats info 'moreInfo' => 'This info only appear if the icon "info" is clicked' 'textFooter' => '<i class="fa fa-line-chart"></i> <a href="#">Show more details</a>' ]); ?>
A Yii2 widget for the dashboard tiles.
BSD 3-Clause
extension yii2 bootstrap widget dashboard tiles