archielite / laravel-heroicons
The Heroicons Blade Component
Installs: 1 689
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Open Issues: 0
Language:HTML
Requires
- php: ^7.4|^8.0|^8.1
- illuminate/support: ^8.0|^9.0|^10.0
- illuminate/view: ^8.0|^9.0|^10.0
Requires (Dev)
- ext-zip: *
- illuminate/filesystem: ^8.0|^9.0|^10.0
README
This package allows you to using Heroicons as a blade component.
Installation
You can install the package via composer:
composer require archielite/laravel-heroicons
Usage
<x-heroicons::icon name="user-o" /> <x-heroicons::icon name="user-s" /> <x-heroicons::user-o /> <x-heroicons::user-s /> ...
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email contact@archielite.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.