Download the PHP package jwohlfert23/laravel-tall without Composer
On this page you can find all versions of the php package jwohlfert23/laravel-tall. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jwohlfert23/laravel-tall
More information about jwohlfert23/laravel-tall
Files in jwohlfert23/laravel-tall
Package laravel-tall
Short Description A set of blade components for TALL stack modeled after Tailwind UI
License MIT
Homepage https://github.com/jwohlfert23/laravel-tall
Informations about the package laravel-tall
Laravel TALL
A set of opinionated blade components to be used in the TALL stack (Tailwind, Alpine, Livewire, Laravel). Based on the examples provided via Tailwind UI.
Installation
Be sure to install and compile tailwind following their instructions here: https://tailwindcss.com/docs/installation
Once installed, to make these components work, you will need to add an override breakpoint, so that you are able to override default tailwind classes.
In practice, this will allow "bg-blue-500 override:bg-green-500" to always be a green button. Shout out to @ianjamieson for this solution (https://github.com/tailwindlabs/tailwindcss/discussions/1446#discussioncomment-525828)
Usage
Just use these components in your blade templates like so:
Documentation on each component coming soon. For now, it's best to look at the source code.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jack Wohlfert
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-tall with dependencies
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.37