All Projects → ublabs → blade-simple-icons

ublabs / blade-simple-icons

Licence: MIT License
A package to easily make use of Simple Icons in your Laravel Blade views.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to blade-simple-icons

Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 1,181 (+9741.67%)
Mutual labels:  icons, blade
blade-zondicons
A package to easily make use of Zondicons in your Laravel Blade views.
Stars: ✭ 52 (+333.33%)
Mutual labels:  icons, blade
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (+1341.67%)
Mutual labels:  icons, blade
Blade Zondicons
A package to easily make use of Zondicons in your Laravel Blade views.
Stars: ✭ 40 (+233.33%)
Mutual labels:  icons, blade
svelte-simple-icons
📦 This package provides the Simple Icons packaged as a set of Svelte components.
Stars: ✭ 27 (+125%)
Mutual labels:  icons, simple-icons
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+1241.67%)
Mutual labels:  icons
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (+33.33%)
Mutual labels:  icons
laravel-easyblade
Create an easier & readable Blade (view) in Laravel with EasyBlade
Stars: ✭ 64 (+433.33%)
Mutual labels:  blade
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (+275%)
Mutual labels:  icons
Appstract
🎴 Abstract Android icon pack built on CandyBar dashboard
Stars: ✭ 46 (+283.33%)
Mutual labels:  icons
think-blade
Blade template engine with thinkphp 5. (component & slot support)
Stars: ✭ 34 (+183.33%)
Mutual labels:  blade
markdown-emojis
🔥 All the emojis 🎉
Stars: ✭ 198 (+1550%)
Mutual labels:  icons
react-flagkit
🇺🇦 React wrapper for FlagKit Flag Icons
Stars: ✭ 21 (+75%)
Mutual labels:  icons
eva icons flutter
Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. https://pub.dartlang.org/packages/eva_icons_flutter
Stars: ✭ 80 (+566.67%)
Mutual labels:  icons
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (+108.33%)
Mutual labels:  icons
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+2991.67%)
Mutual labels:  icons
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (+158.33%)
Mutual labels:  icons
fontawesome-subset
Creates subsets of FontAwesome fonts for optimized use on the web.
Stars: ✭ 41 (+241.67%)
Mutual labels:  icons
web-icons
It's a full suite of popular web icons for easy scalable vector graphics on websites.
Stars: ✭ 30 (+150%)
Mutual labels:  icons
Icons.Avalonia
No description or website provided.
Stars: ✭ 52 (+333.33%)
Mutual labels:  icons

Blade Simple Icons

Tests Latest Stable Version Total Downloads


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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].