thtmorais/yii2-icons Assets icons for Yii PHP Framework

Assets icons for Yii PHP Framework

  1. Installation
  2. Usage

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.

0 0
1 follower
4 693 downloads
Yii Version: 2.0
License: MIT
Category: User Interface
Tags:
Developed by: Matheus Morais
Created on: Apr 14, 2021
Last updated: (not set)
Packagist Profile
Github Repository