rmsj / nova-hero-icon

All of hero icons ui from https://github.com/sschoger/heroicons-ui into a nova package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nova Heroicons-ui

Latest Version on Packagist Total Downloads

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-icon

Usage

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.

About

All of hero icons ui from https://github.com/sschoger/heroicons-ui into a nova package.

License:MIT License


Languages

Language:Vue 70.8%Language:JavaScript 24.5%Language:PHP 4.6%Language:CSS 0.0%