Download the PHP package brunocfalcao/blade-feather-icons without Composer
On this page you can find all versions of the php package brunocfalcao/blade-feather-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brunocfalcao/blade-feather-icons
More information about brunocfalcao/blade-feather-icons
Files in brunocfalcao/blade-feather-icons
Package blade-feather-icons
Short Description A package to easily make use of Feather Icons in your Laravel Blade views.
License MIT
Homepage https://github.com/brunocfalcao/blade-feather-icons
Informations about the package blade-feather-icons
Blade Feather Icons
A package to easily make use of Feather Icons in your Laravel Blade views.
For a full list of available icons see feathericons.com.
Requirements
- PHP 8.0 or higher (versions > Laravel 9.0)
- PHP 7.2 or higher (versions < Laravel 8.0)
- Laravel 7.14 or higher
Installation
Usage
Icons can be used a self-closing Blade components which will be compiled to SVG icons:
You can also pass classes to your icon components:
And even use inline styles:
Raw SVG Icons
If you want to use the raw SVG icons as assets, you can publish them using:
Then use them in your views like:
Update your Feather icons to the latest version
Install the feather icons npm library
Then copy this line to your webpack.mix file
Blade Icons
Blade Feather Icons 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 Feather Icons is developed and maintained by Bruno Falcao. You can follow me on Twitter.
Blade Icons is developed and maintained by Dries Vints.
License
Blade Feather Icons is open-sourced software licensed under the MIT license.
All versions of blade-feather-icons with dependencies
blade-ui-kit/blade-icons Version ^1.0
illuminate/support Version ^7.14|^8.0|^9.0|^10.0|^11.0