philipsorensen/bootstrapicons

Bootstrap Icons as components for Laravel projects

Installs: 695

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

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