LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-view-components/elements

Laravel 7.x element view components

9
0
About laravel-view-components/elements

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

Laravel 7.x View Components

A Laravel View Components package built on the Tabler UI Kit - a free and open-source HTML Dashboard UI Kit built on Bootstrap.

Goal

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

  1. Install a fresh copy of Laravel 7.x or above.
  2. Install this package via composer require laravel-view-components/elements. Laravel 7.x will automatically discover this package. No need to register the service provider.
  3. Install the Tabler UI Preset according to it's instructions.
  4. Run npm install && npm run dev to build the frontend

Usage

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.

  • name - The HTML name attribute.
  • label - An HTML label element tied to the input item.

The following Tabler UI components are available in this package.

Alert notification component

<x-notification-alert />

<x-notification-modal />

Toast notification component

<x-notification-toast />

Star History Chart