PHPackages                             northeastern-web/blade-components - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. northeastern-web/blade-components

Abandoned → [northeastern-web/kernl-ui-blade](/?search=northeastern-web%2Fkernl-ui-blade)Library[Utility &amp; Helpers](/categories/utility)

northeastern-web/blade-components
=================================

Package of Blade components for Northeastern University websites

v1.0.0-alpha.0(4y ago)5400[4 issues](https://github.com/northeastern-web/kernl-ui-blade/issues)MITBladePHP ^7.2

Since Mar 24Pushed 4y ago6 watchersCompare

[ Source](https://github.com/northeastern-web/kernl-ui-blade)[ Packagist](https://packagist.org/packages/northeastern-web/blade-components)[ Docs](https://github.com/northeastern-web/kernl-ui-blade)[ RSS](/packages/northeastern-web-blade-components/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (14)Used By (0)

kernl(ui) Blade
===============

[](#kernlui-blade)

Package of Blade components for Northeastern University websites

Prequisites
-----------

[](#prequisites)

In order to use this package

- Your project must be using the [@northeastern-web/kernl-ui JavaScript and CSS package](https://npmjs.com/package/@northeastern-web/kernl-ui).
- Your project also must support the new [Laravel Blade 7 components](https://laravel.com/docs/7.x/blade#components).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require northeastern-web/kernl-ui-blade
```

> Note: In order to load the scripts needed for the kernl-ui blade package, you will need to include the scripts just before the closing `` tag in your main template. Example

**Blade Template**

```
    {{-- Include the scripts needed for the kernl-ui blade package --}}
    @include('kernl-ui::scripts')
```

**WordPress Example (via index.php)**

```
