Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uwaiscode/blade-tablericons
- Owner: uwaiscode
- Created: 2021-12-20T14:32:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T13:37:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T11:47:29.756Z (2 months ago)
- Topics: blade-icons, blade-ui-kit, tablericon, tablericons
- Language: PHP
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```