A Laravel View Components package built on the Tabler UI Kit - a free and open-source HTML Dashboard UI Kit built on Bootstrap.
The goal of this package is to provide a list of easy to use View Components in Blade to mimic the HTML package from LaravelCollective using the Tabler UI Kit. All the form elements listed on the Tabler Preview should eventually be available here.
- Install a fresh copy of Laravel 7.x or above.
- Install this package via
composer require laravel-view-components/notifications
. Laravel 7.x will automatically discover this package. No need to register the service provider. - Install the Tabler UI Preset according to it's instructions.
- Run
npm install && npm run dev
to build the frontend
If you are not familiar with Laravel 7.x View Components, please see the Laravel Docs.
There are some common component attributes notated below. Specific components may have additional attributes detailed below.
The following Tabler UI components are available in this package.
<x-notification-alert />
<x-notification-modal />
<x-notification-toast />