Skip to content

VojislavD/heroicons-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroicons for Laravel

A simple implementation of Heroicons in Laravel.

Requirements

  • Laravel
  • Tailwind CSS

Installation

You can install the package via Composer:

composer require vojislavd/heroicons-laravel

Usage

You can use an icon by adding <x-icon /> to your Blade file and passing the icon name:

<x-icon name="icon-name" />

By default, the outline icons are used. If you want to use another type (outline, solid, mini, micro), add the type attribute to the component:

<x-icon name="icon-name" type="solid" />

You can also customize other icon attributes. For example:

<x-icon 
    name="icon-name" 
    type="outline" 
    fill="none" 
    stroke-width="1.5" 
    stroke="currentColor" 
    class="w-6 h-6" 
/>

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A simple implementation of Heroicons in Laravel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages