Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vojislavd/heroicons-laravel
- Owner: VojislavD
- License: mit
- Created: 2024-08-09T09:07:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T19:34:49.000Z (5 months ago)
- Last Synced: 2024-09-14T22:05:56.974Z (4 months ago)
- Topics: heroicons, laravel
- Language: PHP
- Homepage:
- Size: 329 KB
- Stars: 0
- 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.