vigstudio/laravel-tabler-icons

The Tabler Icons Blade Component

0.0.2 2024-02-16 04:13 UTC

This package is auto-updated.

Last update: 2024-04-16 04:52:11 UTC


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.