crankd/laravel-heroicons

This will create a basic crud example

dev-main 2024-06-04 00:21 UTC

This package is auto-updated.

Last update: 2024-10-04 01:02:12 UTC


README

Install

composer require crankd/laravel-heroicons

php artisan vendor:publish

php artisan vendor:publish --tag=heroicons-config

Example

<x-heroicon::icon type="outline" icon="check" class="w-6 h-6" />

Setup Helper

php artisan vendor:publish --tag=heroicons-helper

Helper Position

top-left top-right bottom-left bottom-right

<x-heroicon-helper::helper position="bottom-right" />

<script src="{{ asset('crankd/laravel-heroicons/helper.js') }}"></script>