mintellity / mintellity-blade-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Blade 62.5%Language:PHP 18.7%Language:JavaScript 15.4%Language:CSS 3.5%