vigstudio / laravel-tabler-icons
The Tabler Icons Blade Component
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ^7.4|^8.0|^8.1
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- illuminate/view: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- ext-zip: *
- illuminate/filesystem: ^8.0|^9.0|^10.0|^11.0
README
Installation
You can install the package via composer:
composer require vigstudio/laravel-tabler-icons
Usage
<x-tabler-icons::arrow-forward-up/> <x-tabler-icons::arrow-merge-alt-left/> <x-tabler-icons::arrow-left-circle/> ...
Or
{{ tabler_icon('arrow-forward-up') }} {{ tabler_icon('arrow-merge-alt-left') }} {{ tabler_icon('arrow-left-circle') }} ...
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.