Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mallardduck/blade-emoji-icons
Use Emoji as blade components!
https://github.com/mallardduck/blade-emoji-icons
blade-template emoji icon laravel
Last synced: about 1 month ago
JSON representation
Use Emoji as blade components!
- Host: GitHub
- URL: https://github.com/mallardduck/blade-emoji-icons
- Owner: mallardduck
- License: mit
- Created: 2021-09-26T16:41:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T13:31:49.000Z (8 months ago)
- Last Synced: 2024-08-12T07:54:55.248Z (3 months ago)
- Topics: blade-template, emoji, icon, laravel
- Language: Blade
- Homepage:
- Size: 421 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# A simple way to use emoji as icons.
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mallardduck/blade-emoji-icons.svg?style=flat-square)](https://packagist.org/packages/mallardduck/blade-emoji-icons)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/mallardduck/blade-emoji-icons/run-tests?label=tests)](https://github.com/mallardduck/blade-emoji-icons/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/mallardduck/blade-emoji-icons/Check%20&%20fix%20styling?label=code%20style)](https://github.com/mallardduck/blade-emoji-icons/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/mallardduck/blade-emoji-icons.svg?style=flat-square)](https://packagist.org/packages/mallardduck/blade-emoji-icons)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](./ToRussianPeople.md).
## Installation
You can install the package via composer:
```bash
composer require mallardduck/blade-emoji-icons
```## Usage
```php
```
## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Dan Pock](https://github.com/mallardduck)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.