Skip to content

wwwirke/select-blade-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a shell around BladeIcons for Wordpress and ACF-Composer to add a selector and a safer way to implement the components.

Installation

  1. Install the package:
    $ composer require wirke/select-blade-icons
  2. Install BladeIcons and any of its "Icon Packages"

Usage

  1. Use the Selector by using "Wirke\SelectBladeIcons\IconSelector" where you declare your Fields and add the selector with
    ->addFields($this->get(IconSelector::class))
  2. In the coresponding blade file you then add our bladeicon component
    <x-blade-icons :iconName="$icon" class="w-6 h-6 text-gray-200 "/>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages