philipsorensen / bootstrapicons

Beautiful Bootstrap Icons as components for Laravel projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 />

About

Beautiful Bootstrap Icons as components for Laravel projects.

License:Other


Languages

Language:Blade 99.9%Language:PHP 0.1%