mintellity/blade-components

Bootstrap CSS Blade component for Laravel
295
Install
composer require mintellity/blade-components
Latest Version:0.9.0
PHP:^8.1
License:MIT
Last Updated:Sep 8, 2025
Links: GitHub  ·  Packagist
Maintainer: mintellity

Bootstrap CSS Blade component for Laravel

Installation & Requirements

This package requires:

You can install the package via composer:

composer require mintellity/blade-components

Some components depend on further npm libraries. We bundled them in the package.json file. You can install them via npm:

npm install ./vendor/mintellity/blade-components

And then require the js and css files in your app.js and app.scss files:

// app.css
@import '../../../node_modules/mintellity-blade-components/resources/css/index.css';
// app.js
require('../../node_modules/mintellity-blade-components/resources/js/index');

Usage

The following components are available in this package:

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

nasirkhan/laravel-sharekit

Reusable social sharing Blade components for Laravel with themeable styles, meta...

876 2
skywalker-labs/formcraft

Modern HTML & Form Builder for Laravel with 50+ components, theme support (Boots...

0 3
nawasara/ui

UI components, layouts, theme, and shared Livewire concerns for the Nawasara sup...

236 0
uluumbch/alpine-select-livewire

Powerful searchable select components with multi-select and drag-ordering suppor...

5 0
nasirkhan/laravel-cube

A unified component library for Laravel applications supporting both Tailwind CS...

1,732 2