Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zirkeldesign/sage-blade-icons
Use blade-ui-kit/blade-icons in roots/sage themes.
https://github.com/zirkeldesign/sage-blade-icons
Last synced: about 2 months ago
JSON representation
Use blade-ui-kit/blade-icons in roots/sage themes.
- Host: GitHub
- URL: https://github.com/zirkeldesign/sage-blade-icons
- Owner: zirkeldesign
- License: mit
- Created: 2020-11-27T10:56:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T08:00:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T22:53:58.257Z (2 months ago)
- Language: PHP
- Size: 101 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sage Blade Icons
![Packagist Version](https://img.shields.io/packagist/v/zirkeldesign/sage-blade-icons.svg?style=flat-square)
![Packagist](https://img.shields.io/packagist/dt/zirkeldesign/sage-blade-icons.svg?style=flat-square)Sage Blade Icons is a simple Composer package / wrapper to use [Blade Icons](https://github.com/blade-ui-kit/blade-icons) with [Sage 10](https://github.com/roots/sage).
## Requirements
- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.3
- [Composer](https://getcomposer.org/download/)## Installation
Install via package Composer:
```sh
composer require zirkeldesign/sage-blade-icons
```This package comes with a build-in dependency for the base package [Blade Icons](https://github.com/blade-ui-kit/blade-icons). To use a specific [icon package](https://github.com/blade-ui-kit/blade-icons#icon-packages) (i.e. [Blade Heroicons](https://github.com/blade-ui-kit/blade-heroicons)), you'll need to require the package via Composer:
```sh
composer require blade-ui-kit/blade-heroicons
```After this you should be able to use a package-depended [Blade component](https://laravel.com/docs/8.x/blade#components) to include your icon in the Blade views. I.e.
```blade
```
## Bug Reports
If you discover a bug in Sage Blade Icons, please [open an issue](https://github.com/zirkeldesign/sage-blade-icons/issues).
## License
Sage Blade Icons is provided under the [MIT License](https://github.com/zirkeldesign/sage-blade-icons/blob/master/LICENSE.md).