mallardduck / blade-emoji-icons
A package to use emoji as icons.
Fund package maintenance!
mallardduck
Installs: 5 748
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|| ^10.0
- illuminate/filesystem: ^9.0|| ^10.0
- illuminate/support: ^9.0|| ^10.0
- illuminate/view: ^9.0 || ^10.0
- spatie/emoji: ^4.1.1
- spatie/laravel-package-tools: ^1.11.0
Requires (Dev)
- nunomaduro/collision: ^6.0 || ^7.0
- orchestra/testbench: ^7.0 || ^8.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- phpdocumentor/reflection-docblock: ^5.2
- symfony/console: ^5.3 || ^6.0
- twig/twig: ^3.3
- vimeo/psalm: ^4.8
README
This package enables you to use Emoji as blade components in a similar way to BladeUiKit's Icons. The main difference is that these are not SVGs, but simple text as all Emoji are.
A message to Russian 🇷🇺 people
If you currently live in Russia, please read this message.
Installation
You can install the package via composer:
composer require mallardduck/blade-emoji-icons
Usage
<x-emoji-icon::smiling-face class="text-5xl" />
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.