All Projects → blade-ui-kit → Blade Zondicons

blade-ui-kit / Blade Zondicons

Licence: mit
A package to easily make use of Zondicons in your Laravel Blade views.

Projects that are alternatives of or similar to Blade Zondicons

Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (+332.5%)
Mutual labels:  laravel, svg, icons, blade
Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 1,181 (+2852.5%)
Mutual labels:  laravel, svg, icons, blade
Payment Icons
💳 Payment / Ecommerce related svg icon packs
Stars: ✭ 671 (+1577.5%)
Mutual labels:  svg, icons
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+1670%)
Mutual labels:  laravel, blade
Laravel Blade Directives
A collection of nice Laravel Blade directives
Stars: ✭ 813 (+1932.5%)
Mutual labels:  laravel, blade
Evil Icons
Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN
Stars: ✭ 4,944 (+12260%)
Mutual labels:  svg, icons
Icons
All SVG icons available on http://game-icons.net
Stars: ✭ 598 (+1395%)
Mutual labels:  svg, icons
Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+1867.5%)
Mutual labels:  laravel, blade
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (+1112.5%)
Mutual labels:  laravel, blade
Mono Icons
Stars: ✭ 899 (+2147.5%)
Mutual labels:  svg, icons
Vue Unicons
1000+ Pixel-perfect svg icons for your next project as Vue components
Stars: ✭ 828 (+1970%)
Mutual labels:  svg, icons
Beautymail
Send beautiful HTML emails with Laravel
Stars: ✭ 923 (+2207.5%)
Mutual labels:  laravel, blade
Blade
🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.
Stars: ✭ 542 (+1255%)
Mutual labels:  laravel, blade
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+1242.5%)
Mutual labels:  laravel, blade
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+13745%)
Mutual labels:  svg, icons
Laravel Blade X
Use custom HTML components in your Blade views
Stars: ✭ 538 (+1245%)
Mutual labels:  laravel, blade
Blade Ui Kit
A set of renderless components to utilise in your Laravel Blade views.
Stars: ✭ 763 (+1807.5%)
Mutual labels:  laravel, blade
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-70%)
Mutual labels:  svg, icons
Feather
Simply beautiful open source icons
Stars: ✭ 21,029 (+52472.5%)
Mutual labels:  svg, icons
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (+1075%)
Mutual labels:  svg, icons

Blade Zondicons

Tests Code Style Latest Stable Version Total Downloads

A package to easily make use of Zondicons in your Laravel Blade views.

For a full list of available icons see the SVG directory. Zondicons are originally developed by Steve Schoger.

Join the Discord server: https://discord.gg/Vev5CyE

Requirements

  • PHP 7.3 or higher
  • Laravel 7.14 or higher

Installation

composer require blade-ui-kit/blade-zondicons

Updating

Please refer to the upgrade guide when updating the library.

Usage

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

<x-zondicon-cloud/>

You can also pass classes to your icon components:

<x-zondicon-cloud class="w-6 h-6 text-gray-500"/>

And even use inline styles:

<x-zondicon-cloud style="color: #555"/>

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-zondicons --force

Then use them in your views like:

<img src="{{ asset('vendor/blade-zondicons/cloud.svg') }}" width="10" height="10"/>

Blade Icons

Blade Zondicons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.

Changelog

Check out the CHANGELOG in this repository for all the recent changes.

Maintainers

Blade Zondicons is developed and maintained by Dries Vints.

License

Blade Zondicons is open-sourced software licensed under the MIT license.

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].