PHPackages                             northeastern-web/kernl-ui-blade - 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/kernl-ui-blade

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

northeastern-web/kernl-ui-blade
===============================

Package of Blade components for Northeastern University websites

v1.0.0-beta.0(3y ago)14.1k[7 issues](https://github.com/ITS-Digital-Technology/kernl-ui-blade/issues)[1 PRs](https://github.com/ITS-Digital-Technology/kernl-ui-blade/pulls)MITBladePHP ^7.2

Since Mar 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ITS-Digital-Technology/kernl-ui-blade)[ Packagist](https://packagist.org/packages/northeastern-web/kernl-ui-blade)[ Docs](https://github.com/ITS-Digital-Technology/kernl-ui-blade)[ RSS](/packages/northeastern-web-kernl-ui-blade/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (16)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)**

```
