wireui/heroicons

The Tailwind Heroicons for laravel blade by WireUI

Fund package maintenance!
PH7-Jack

Installs: 28 942

Dependents: 2

Suggesters: 0

Security: 0

Stars: 43

Watchers: 5

Forks: 8

Open Issues: 1

Language:Blade

v2.6.0 2024-03-15 03:19 UTC

This package is auto-updated.

Last update: 2024-04-15 03:32:54 UTC


README

Packagist Downloads GitHub license Twitter

WireUi Heroicons

WireUi Heroicons Tests

The Tailwind Heroicons for laravel blade by WireUI

This package doesn't have any WireUI dependency

WireUI Heroicons is a library of icons components to empower your Laravel and Livewire application development.

Stop creating all icons components from scratch. Get all WireUI Heroicons for free.

🔥 Heroicons

A set of free MIT-licensed high-quality SVG icons for UI development made by TailwindLabs.

See all Heroicons

heroicons

📚 Get Started

Prerequisites:

Install

composer require wireui/heroicons

How to use it?

You can find a list of all icons and variants on the Heroicons website

Available variants:

  • mini.solid
  • solid
  • outline
<x-icon name="user" />
<x-icon name="user" solid />
<x-icon name="user" solid mini />
<x-icon name="user" variant="solid" />
<x-icon class="w-5 h-5 text-teal-600" name="user" />

<x-heroicons::outline.user />
<x-heroicons::solid.user />
<x-heroicons::mini.solid.user class="w-5 h-5" />

Publish (Optional)

php artisan vendor:publish --tag="wireui.heroicons.config"
php artisan vendor:publish --tag="wireui.heroicons.views"

📣 Follow the author

Stay informed about WireUI, follow @ph7jack on Twitter.

There will you see all the latest news about features, ideas, discussions and more...

💡 Philosophy

WireUI Heroicons is always FREE to anyone who would like to use it. You can use the Heroicons in your laravel project.

This project is created PH7-Jack, and it is maintained by the author with the help of the community.

All contributions are welcome!

📝 License

MIT