ublabs/blade-simple-icons
最新稳定版本:0.182.0
Composer 安装命令:
composer require ublabs/blade-simple-icons
包简介
A package to easily make use of Simple Icons in your Laravel Blade views.
README 文档
README
Blade Simple Icons
A package to easily make use of Simple Icons in your Laravel Blade views.
For a full list of available icons see the SVG directory.
Requirements
- PHP 7.4 or higher
- Laravel 8.0 or higher
Installation
You can install the package via composer:
composer require ublabs/blade-simple-icons
Usage
Icons can be used as self-closing Blade components which will be compiled to SVG icons:
<x-simpleicon-laravel />
You can also pass classes to your icon components:
<x-simpleicon-laravel class="w-6 h-6 text-red-500"/>
And even use inline styles:
<x-simpleicon-laravel style="color: #FF2D20"/>
Raw SVG Icons
If you want to use the raw SVG icons as assets, you can publish them using:
php artisan vendor:publish --tag=blade-simple-icons --force
Then use them in your views like:
<img src="{{ asset('vendor/blade-simple-icons/laravel.svg') }}" width="10" height="10"/>
Blade Icons
Blade Simple Icons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 43.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-11