mylistryx/yii2-unicons-icons

Yii2 Unicons icons asset bundle

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/mylistryx/yii2-unicons-icons

1.0.0 2026-01-19 07:50 UTC

This package is auto-updated.

Last update: 2026-01-19 07:51:26 UTC


README

Installation

Changelog

The preferred way to install this extension is through composer

Either run:

composer require mylistryx/yii2-unicons-icons or add "mylistryx/yii2-unicons-icons": "*" into your composer.json file.

Then register assets in your view file:

UniconsIconsAsset::register($this).

and use:

<?= UIL::i('analysis') ?>

See source files for more.