PHPackages                             rasteiner/k3-awesome-picker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rasteiner/k3-awesome-picker

ActiveKirby-plugin

rasteiner/k3-awesome-picker
===========================

Kirby 3 panel field that lets you choose a (free) icon from Font Awesome

0.3.1(2y ago)16322↓100%[1 issues](https://github.com/rasteiner/k3-awesome-picker/issues)MITPHP

Since Oct 13Pushed 2y ago3 watchersCompare

[ Source](https://github.com/rasteiner/k3-awesome-picker)[ Packagist](https://packagist.org/packages/rasteiner/k3-awesome-picker)[ RSS](/packages/rasteiner-k3-awesome-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

[![Animation showing the plugin in action](showme.gif)](showme.gif)

Show and pick a free Font Awesome icon.

Install
=======

[](#install)

Download Zip file
-----------------

[](#download-zip-file)

Copy plugin folder into `site/plugins`

Composer
--------

[](#composer)

Run `composer require rasteiner/k3-awesome-picker`.

Usage
=====

[](#usage)

Add an `icon` field to your blueprint. You can also choose to filter the available icons by declaring the wanted styles: `brands` (Logos), `solid` (filled icons), `regular` (outlined icons)

In your template you will get the class names for the chosen icon.

Example
-------

[](#example)

Blueprint:

```
fields:
  myIcon:
    label: My Icon
    type: icon
    styles:
      - brands
      - solid
```

Template:

```

This is the chosen icon:
