Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vojislavd/heroicons-laravel

A simple implementation of Heroicons in Laravel.
https://github.com/vojislavd/heroicons-laravel

heroicons laravel

Last synced: 2 months ago
JSON representation

A simple implementation of Heroicons in Laravel.

Awesome Lists containing this project

README

        

# Heroicons for Laravel

A simple implementation of Heroicons in Laravel.

## Requirements

- Laravel
- Tailwind CSS

## Installation

You can install the package via Composer:

```bash
composer require vojislavd/heroicons-laravel
```

## Usage

You can use an icon by adding `` to your Blade file and passing the icon name:

```blade

```

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:

```blade

```

You can also customize other icon attributes. For example:

```blade

```
## Credits

- [Vojislav](https://vojislavd.com/)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.