starring-jane/wordplate-fontawesome-picker

A package that allows you to pick icons from fontawesome with wordplate

3.0.0 2023-08-02 13:15 UTC

This package is auto-updated.

Last update: 2024-03-31 14:47:40 UTC


README

Starring Jane

Wordplate Fontawesome Picker

A package that allows you to pick icons from with wordplate

Installation

Download the icons from https://fontawesome.com and put them in your repository

Then require the package

composer require starring-jane/wordplate-fontawesome-picker

Create a WordplateFontawesomePicker instance in functions.php and add the path to the icons you just downloaded

use StarringJane\WordplateFontawesomePicker\WordplateFontawesomePicker;

$path_to_icons = '...';

WordplateFontawesomePicker::create($path_to_icons);

Usage

use StarringJane\WordplateFontawesomePicker\Fields\IconPicker;

IconPicker::make('Icon')
    ->instructions('Click to select an icon');

Contributors

Credits

Special thanks to the contributors of wordplate for allowing us to create Wordpress websites in a modern development environment