Download the PHP package cooper/blade-park-icons without Composer
On this page you can find all versions of the php package cooper/blade-park-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cooper/blade-park-icons
More information about cooper/blade-park-icons
Files in cooper/blade-park-icons
Package blade-park-icons
Short Description A package to easily make use of IconPark Icons in your Laravel Blade views.
License MIT
Homepage https://github.com/myxiaoao/blade-park-icons
Informations about the package blade-park-icons
Blade IconPark Icons
A package to easily make use of IconPark Icons in your Laravel Blade views.
For a full list of available icons see ByteDance IconPark.
Requirements
- PHP 8.0 or higher
- Laravel 9.0 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:
To use filled version append -filled
To use two-tone version append -two-tone
To use multi-color version append -multi-color
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:
Blade Icons
Blade IconPark Icons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.
Maintainers
Blade IconPark Icons is developed and maintained by ByteDance.
Blade Icons is developed and maintained by Dries Vints.
License
Blade IconPark Icons is open-sourced software licensed under the MIT license.