All Projects → davidhsianturi → blade-bootstrap-icons

davidhsianturi / blade-bootstrap-icons

Licence: MIT license
A package to easily make use of Bootstrap Icons in your Laravel Blade views

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to blade-bootstrap-icons

Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+23504.35%)
Mutual labels:  svg-icons, bootstrap-icons
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+145415.22%)
Mutual labels:  svg-icons
Fontawesome
Easily insert FontAwesome icons into R Markdown docs and Shiny apps
Stars: ✭ 160 (+247.83%)
Mutual labels:  svg-icons
Supertinyicons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Stars: ✭ 13,177 (+28545.65%)
Mutual labels:  svg-icons
Materialdesign Svg
@mdi/svg Dist for Material Design Icons.
Stars: ✭ 166 (+260.87%)
Mutual labels:  svg-icons
Small N Flat
svg icons on a 24px grid
Stars: ✭ 205 (+345.65%)
Mutual labels:  svg-icons
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+4500%)
Mutual labels:  svg-icons
react-svg-icon-generator
Generate React Icon Component from SVG icons to show, resize and recolor them.
Stars: ✭ 65 (+41.3%)
Mutual labels:  svg-icons
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+419.57%)
Mutual labels:  svg-icons
Weather Underground Icons
Weather Underground Icons ( PNG & SVG )
Stars: ✭ 186 (+304.35%)
Mutual labels:  svg-icons
Akar Icons
A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 184 (+300%)
Mutual labels:  svg-icons
Webfont
Awesome generator of webfont
Stars: ✭ 170 (+269.57%)
Mutual labels:  svg-icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+5789.13%)
Mutual labels:  svg-icons
React Native Svg Icon
A simple, but flexible SVG icon component for React Native
Stars: ✭ 164 (+256.52%)
Mutual labels:  svg-icons
vue-feather-icon
No description or website provided.
Stars: ✭ 109 (+136.96%)
Mutual labels:  svg-icons
Webfonts Loader
Make an icon font from SVGs!
Stars: ✭ 153 (+232.61%)
Mutual labels:  svg-icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (+286.96%)
Mutual labels:  svg-icons
Vue Eva Icons
Is a pack of more than 480 beautiful open source Eva icons as Vue components
Stars: ✭ 189 (+310.87%)
Mutual labels:  svg-icons
vue-tabler-icons
Fully customizable free SVG icons made as Vue components.
Stars: ✭ 142 (+208.7%)
Mutual labels:  svg-icons
sass-inline-svg
Inline url-encoded SVG with Sass. Optional variable string replacement included!
Stars: ✭ 21 (-54.35%)
Mutual labels:  svg-icons

Blade Bootstrap Icons

Tests Latest Stable Version Total Downloads

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 7.4 or higher
  • Laravel 8.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].