laravel-view-components/elements is a Laravel package for laravel 7.x element view components.
It currently has 0 GitHub stars and 9 downloads on Packagist.
Install it with composer require laravel-view-components/elements.
Discover more Laravel packages by laravel-view-components
or browse all Laravel packages to compare alternatives.
Last updated
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.
composer require laravel-view-components/elements. Laravel 7.x will automatically discover this package. No need to register the service provider.npm install && npm run dev to build the frontendIf 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 />