All Projects → codeat3 → blade-zondicons

codeat3 / blade-zondicons

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

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to blade-zondicons

Styled Icons
💅 Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components
Stars: ✭ 1,878 (+3511.54%)
Mutual labels:  icons, zondicons
Blade Zondicons
A package to easily make use of Zondicons in your Laravel Blade views.
Stars: ✭ 40 (-23.08%)
Mutual labels:  icons, blade
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (+232.69%)
Mutual labels:  icons, blade
Blade Icons
A package to easily make use of SVG icons in your Laravel Blade views.
Stars: ✭ 1,181 (+2171.15%)
Mutual labels:  icons, blade
blade-simple-icons
A package to easily make use of Simple Icons in your Laravel Blade views.
Stars: ✭ 12 (-76.92%)
Mutual labels:  icons, blade
Morphos-Blade
Morphos adapter for Blade
Stars: ✭ 32 (-38.46%)
Mutual labels:  blade
telegram-systray-icons
Custom systray icons for Telegram on GNOME Shell
Stars: ✭ 35 (-32.69%)
Mutual labels:  icons
noun-project-api
A Ruby API wrapper for The Noun Project API's
Stars: ✭ 22 (-57.69%)
Mutual labels:  icons
mdue
5,400+ Material Design Icons for Vue 3 from the Community
Stars: ✭ 27 (-48.08%)
Mutual labels:  icons
free-privacy-notice
Open source privacy notice design patterns.
Stars: ✭ 154 (+196.15%)
Mutual labels:  icons
bazaar
思源笔记社区集市。SiYuan community bazaar.
Stars: ✭ 18 (-65.38%)
Mutual labels:  icons
Material-icons-sketch-library-with-color-overrides
This is a collection of all material icons from Google. The Sketch file contains icons as symbols with color overrides, so you can easily change their colors. Black and white colors are available by default, but you can add your own ones on the Colors page. All icons are set to exportable directly on the symbols page, so they will be exportable …
Stars: ✭ 13 (-75%)
Mutual labels:  icons
laravel-simple-select
Laravel Simple Select inputs component for Blade and Livewire.
Stars: ✭ 59 (+13.46%)
Mutual labels:  blade
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (+44.23%)
Mutual labels:  blade
Icon-Requests
A Gtk application to report missing icons to your theme repository
Stars: ✭ 19 (-63.46%)
Mutual labels:  icons
graublau-gimp-theme
Modern gray-blue icon theme for the GIMP
Stars: ✭ 25 (-51.92%)
Mutual labels:  icons
react-heroicons
Heroicons as React components
Stars: ✭ 39 (-25%)
Mutual labels:  icons
ant-design-icons
⚠️ 已停止维护,请使用:https://github.com/ant-design/ant-design-icons
Stars: ✭ 55 (+5.77%)
Mutual labels:  icons
iconoir
A Simple and Definitive Open-Source Icons Library
Stars: ✭ 2,429 (+4571.15%)
Mutual labels:  icons
weather-styled-icon
⛅️☀️🌧🌨in ⚛️
Stars: ✭ 23 (-55.77%)
Mutual labels:  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.

Requirements

  • PHP 7.4 or higher
  • Laravel 8.0 or higher

Installation

composer require blade-ui-kit/blade-zondicons

Updating

Please refer to the upgrade guide when updating the library.

Blade Icons

Blade Zondicons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality. We also recommend to enable icon caching with this library.

Configuration

Blade Zondicons 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-zondicons.php config file:

php artisan vendor:publish --tag=blade-zondicons-config

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"/>

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