ct-taco / tall
There is no license information available for the latest version (1.0.3) of this package.
A set of Laravel Livewire components for the Tailwind CSS framework.
Package info
github.com/teamupdivision/package-tall-components
Language:Blade
Type:project
pkg:composer/ct-taco/tall
1.0.3
2023-11-23 10:39 UTC
Requires
- php: ^8.0.2
- livewire/livewire: ^2.10
This package is not auto-updated.
Last update: 2026-04-09 22:35:20 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>