datalogix/tallkit

A set of components to utilize in your Laravel Blade views using TALL stack.
311
Install
composer require datalogix/tallkit
Latest Version:v0.1.1
PHP:^8.2
License:MIT
Last Updated:Sep 16, 2026
Links: GitHub  ·  Packagist
Maintainer: ricardogobbosouza

TALLKit

A set of Blade components for the TALL stack (Tailwind, Alpine.js, Laravel, Livewire).

Installation

composer require datalogix/tallkit

The package registers TALLKit\TALLKitServiceProvider automatically via Laravel package discovery. Include the compiled assets in your app (see dist/tallkit.js / dist/tallkit.min.js) and the resources/css stylesheets in your Tailwind build.

Usage

Components are anonymous Blade views registered under the tk: tag namespace:

<tk:button variant="solid" icon="check">
    Save
</tk:button>

<tk:alert type="success" title="Done">
    Your changes were saved.
</tk:alert>

The standard Laravel <x-tallkit::*> syntax also works if you prefer it.

Related Packages

datalogix/tall-kit

A set of components to utilise in your Laravel Blade views using TALL stack.

342 5
leenuxus/jarenui

A Jaren-UI compatible Livewire component library for Laravel — 50+ components, d...

13 0
destech-hasar-cozumleri-a-s/larabite

Complete Flowbite component library for Laravel with Blade components, Tailwind...

1,105 0
rajeshwar/unified-ui-laravel

A scalable, token-driven Blade component library for Laravel — 75+ components bu...

8 0