Phosphor Icon Pack plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Phosphor Icon Pack

A Phosphor Icon Enum package to use the Phosphor icons everywhere in your Filament project.

Tags: Panels Icon Set
Supported versions:
4.x
Tally Schmeits avatar Author: Tally Schmeits

Documentation

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This is a custom icon pack to be used in Filament v4. You can use it to add Phosphor icons everywhere :)

#Installation

You can install the package via composer:

composer require schmeits/filament-4-phosphor-icons

#Usage

    Forms\Components\TextInput::make('name')
        ->required()
        ->prefixIcon(Phosphor::Smiley)

Check out the Phosphor icons on their website Phosphor Icons to find the icon you want to use.gh

#Weights

The package comes with the following weights you can use:

enum PhosphorWeight: string
{
    case Thin = 'thin';
    case Light = 'light';
    case Regular = 'regular';
    case Bold = 'bold';
    case Fill = 'fill';
    case Duotone = 'duotone';
}

You can use the weights in the same way as the icons:

    ->prefixIcon(Phosphor::Smiley->getIconForWeight(PhosphorWeight::Duotone))

#Changelog

Please see CHANGELOG for more information on what has changed recently.

#Contributing

Please see CONTRIBUTING for details.

#Credits

#License

The MIT License (MIT). Please see License File for more information.

The author

Tally Schmeits avatar Author: Tally Schmeits

Tally is an entrepreneur, husband, and father of three beautiful children! With his deep expertise in web development, particularly in Laravel and Filament, he has established and successfully runs his own company, Schmeits websolutions. He is committed to staying up-to-date with the latest technologies and tools, such as Filament, to deliver top-notch services to his clients.

Plugins
4
Stars
79

From the same author