Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 626 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 626 Bytes

Blade Heroicons

Heroicons as Blade Components

Heroicons as Blade Componenents

Installation

You can install the package via composer:

composer require macsidigital/blade-heroicons

You can publish the config file with:

php artisan vendor:publish --provider="MacsiDigital\BladeHeroicons\BladeHeroiconsServiceProvider" --tag="config"

This is the contents of the published config file:

return [

];

Usage

<x-heroicons::v1.solid.academy-cap class="h-4 w-4" />

Changelog

Please see CHANGELOG for more information on what has changed recently.