philipsorensen / bootstrapicons
Bootstrap Icons as components for Laravel projects
Package info
github.com/philipsorensen/bootstrapicons
Language:Blade
pkg:composer/philipsorensen/bootstrapicons
1.1.3
2024-01-13 11:20 UTC
README
Implementation of Bootstrap Icons as Laravel components. Add beautiful icons to your Laravel projects with customizable colors, sizes and classes.
Installation
composer require philipsorensen/bootstrapicons
The package is configured for discovery, so Laravel will automatically register it and you can start using it.
Usage
Here are some examples of how to use it:
<x-bootstrapicons::trash />
<x-bootstrapicons::trash class="me-2" color="red" size="40" />
There is also a shorthand version available:
<x-bi::trash />