Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Blade Bootstrap Icons Laravel Package

davidhsianturi/blade-bootstrap-icons

Laravel package that brings Bootstrap Icons to Blade. Use simple Blade components to render SVG icons with customizable size, class, and other attributes. Quick to install, lightweight, and ideal for consistent icon usage across your app.

View on GitHub
Deep Wiki
Context7

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 the SVG directory or preview them at icons.getbootstrap.com.

Requirements

  • PHP 8.0 or higher
  • Laravel 9.0 or higher

Installation

composer require davidhsianturi/blade-bootstrap-icons

Usage

Icons can be used a self-closing Blade components which will be compiled to SVG icons:

<x-bi-bell-fill/>

You can also pass classes to your icon components:

<x-bi-bell-fill class="text-primary"/>

And even use inline styles:

<x-bi-bell-fill style="color: #555"/>

Raw SVG Icons

If you want to use the raw SVG icons as assets, you can publish them using:

php artisan vendor:publish --tag=blade-bootstrap-icons --force

Then use them in your views like:

<img src="{{ asset('vendor/blade-bootstrap-icons/bell-fill.svg') }}" width="10" height="10"/>

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.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views