mintellity/blade-components is a Laravel package for bootstrap css blade component for laravel.
It currently has 0 GitHub stars and 309 downloads on Packagist (latest version 0.9.0).
Install it with composer require mintellity/blade-components.
Discover more Laravel packages by mintellity
or browse all Laravel packages to compare alternatives.
Last updated
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');
The following components are available in this package:
The MIT License (MIT). Please see License File for more information.