Nova Heroicons-ui
This tool allows you to use all icons on heroicons-ui on Laravel Nova on your custom tool, resource-tool, custom index/detail tool bars - which was actually what started me on this package.
This package makes usage of the awesome heroicons-ui from Steve Schoger.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require rmsj/nova-hero-iconUsage
When using the icons, you can use Nova own component, usin the types with a slightly different naming convention.
<icon
type="h-exclamation"
/>or, if you use icon-h, remove the h
<icon-h
type="exclamation"
/>All the icons have the h prefix (h for heroicons) to avoid clashes with possible updates from nova when they could include more icons.
Credits
The MIT License (MIT). Please see License File for more information.