Implementation of Bootstrap Icons as Laravel components. Add beautiful icons to your Laravel projects with customizable colors, sizes and classes.
composer require philipsorensen/bootstrapicons
The package is configured for discovery, so Laravel will automatically register it and you can start using it.
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 />