Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uwaiscode/blade-tablericons

A packages to easly use of tablericons
https://github.com/uwaiscode/blade-tablericons

blade-icons blade-ui-kit tablericon tablericons

Last synced: about 1 month ago
JSON representation

A packages to easly use of tablericons

Awesome Lists containing this project

README

        

# Blade Tableicons

A package to easily make use of [Tablericons](https://tablericons.com/) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [tablericons.com](https://tablericons.com/).

## Requirements

- PHP 7.4 or higher
- Laravel 8.0 or higher

## Installation

```bash
composer require uwaiscode/blade-tablericons
```

## Configuration

Blade Tablericons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-tablericons.php` config file:

```bash
php artisan vendor:publish --tag=blade-tablericons-config
```

## Usage

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

```blade

```

You can also pass classes to your icon components:

```blade

```

And even use inline styles:

```blade

```