ct-taco / tall
A set of Laravel Livewire components for the Tailwind CSS framework.
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Language:Blade
Type:project
pkg:composer/ct-taco/tall
Requires
- php: ^8.0.2
- livewire/livewire: ^2.10
This package is not auto-updated.
Last update: 2026-01-01 21:18:25 UTC
README
Learn how to use Taco Tall to quickly and easily create elegant and flexible pages using Tailwind CSS.
Getting Started
Taco Tall is working with Tailwind CSS classes.
- You need a Laravel project with Livewire installed. - Livewire Installation.
- You also need to have Tailwind CSS installed on your project - Tailwind CSS Installation.
- Install Taco Tall using Composer..
composer require ct-taco/tall
- Congratulations 🥳, you did it, now you're ready to use Taco Tall!
<x-button data-ripple-light="true">Button</x-button>