Skip to content

bestyii/yii2-bootstrap-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap v4 Icons

安装 Installation

通过 composer安装.

项目中直接运行

php composer.phar require bestyii/yii2-bootstrap-icons

或者添加下面代码到 composer.json文件

"bestyii/yii2-bootstrap-icons": "*"

使用 Usage

Once the extension is installed, simply use it in your code by :

You set url, where locate json file OR set path for scan

class ThemeAsset extends AssetBundle
{
    public $css = [
    ];

    public $js = [
    ];

    public $depends = [
        BootstrapIconAsset::class
    ];

OR

BootstrapIconAsset::register($this);

About

bootstrap v4 icons for yii2 assets register

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages