Skip to content

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages