adamkiss / kirby-icons-cssgg
CSS.gg icons for kirby as snippets (with an optional $class)
Package info
github.com/adamkiss/kirby-icons-cssgg
Type:kirby-plugin
pkg:composer/adamkiss/kirby-icons-cssgg
1.0.1
2022-03-16 23:23 UTC
Requires
README
css.gg icons, packaged as snippets with the inline svg code for the Kirby CMS.
Installation
Either download the folder and copy it to your site/plugins/ folder, or with composer:
composer require adamkiss/kirby-icons-cssgg
Usage
// use an icon as is snippet('icons/check'); // or add additional classes snippet('icons/check', ['class' => 'red-color']);