PHP code example of adamkiss / kirby-icons-cssgg

1. Go to this page and download the library: Download adamkiss/kirby-icons-cssgg library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

adamkiss / kirby-icons-cssgg example snippets

 php
// use an icon as is
snippet('icons/check');

// or add additional classes
snippet('icons/check', ['class' => 'red-color']);