Skip to content

Assets icons (feather-icons and flag-icons) for Yii PHP Framework 2

License

Notifications You must be signed in to change notification settings

thtmorais/yii2-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assets icons for Yii PHP Framework

Assets icons for Yii PHP Framework

Installation

The preferred way to install this extension is through composer.

Either run

composer require thtmorais/yii2-icons "*"

or add

"thtmorais/yii2-icons": "*"

to the require section of your composer.json file.

Usage

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

Feather icons use:

<?php

use thtmorais\icons\FeatherIconsAsset;

FeatherIconsAsset::register($this);
FlagIconsAsset::register($this);

?>

You can preview all Feather icons here.

You can preview all Flag icons here.

About

Assets icons (feather-icons and flag-icons) for Yii PHP Framework 2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages