archielite/laravel-heroicons

The Heroicons Blade Component

v0.2.0 2023-02-10 07:30 UTC

This package is auto-updated.

Last update: 2024-03-26 11:28:35 UTC


README

Latest Version on Packagist Total Downloads

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.