https://github.com/vojislavd/heroicons-laravel
A simple implementation of Heroicons in Laravel.
https://github.com/vojislavd/heroicons-laravel
heroicons laravel
Last synced: 3 months ago
JSON representation
A simple implementation of Heroicons in Laravel.
- Host: GitHub
- URL: https://github.com/vojislavd/heroicons-laravel
- Owner: vojislavd
- License: mit
- Created: 2024-08-09T09:07:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T19:34:49.000Z (11 months ago)
- Last Synced: 2025-03-17T06:06:27.382Z (4 months ago)
- Topics: heroicons, laravel
- Language: PHP
- Homepage:
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.