Download the PHP package davidhsianturi/blade-bootstrap-icons without Composer
On this page you can find all versions of the php package davidhsianturi/blade-bootstrap-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download davidhsianturi/blade-bootstrap-icons
More information about davidhsianturi/blade-bootstrap-icons
Files in davidhsianturi/blade-bootstrap-icons
Package blade-bootstrap-icons
Short Description A package to easily make use of Bootstrap Icons in your Laravel Blade views.
License MIT
Homepage https://github.com/davidhsianturi/blade-bootstrap-icons
Informations about the package blade-bootstrap-icons
Blade Bootstrap Icons
A package to easily make use of Bootstrap Icons in your Laravel Blade views.
For a full list of available icons see icons.getbootstrap.com.
Requirements
- PHP 7.4 or higher
- Laravel 8.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:
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 Bootstrap 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 Bootstrap Icons is developed and maintained by David H. Sianturi.
Blade Icons is developed and maintained by Dries Vints.
License
Blade Bootstrap Icons is open-sourced software licensed under the MIT license.
All versions of blade-bootstrap-icons with dependencies
blade-ui-kit/blade-icons Version ^1.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0