Skip to content

archielite/laravel-heroicons

Repository files navigation

Heroicons Blade Components

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.