starring-jane/wordplate-fontawesome-picker

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

Maintainers

Package info

github.com/starringjane/wordplate-fontawesome-picker

Language:Vue

pkg:composer/starring-jane/wordplate-fontawesome-picker

Statistics

Installs: 3 917

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.0.1 2025-01-07 17:41 UTC

This package is auto-updated.

Last update: 2026-03-07 20:09:45 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