Do you like the TallStackUI? Consider sponsor the project!

Turbocharge your workflow with ready-to-use TALL Stack components.

TallStackUI is a powerful suite of 30+ Blade components that elevate your workflow of Livewire applications.

What makes TallStackUI different?

Ready-to-use

More than 30 ready-to-use components, and more than 15 components are in development.

Easy Installation

Components in less than five minutes. A quick installation to save your development time.

Full Personalized

New and unique customization approaches. You've never seen anything like this before.

Continuous Updates

Developers committed to constantly updating the library to add new content or improve current.

Our Sponsors

TallStackUI is an open-source project used by many people and supported by the community. We appreciate all the support we receive. Here are some of our sponsors. Want to see your logo here? Support us!

Everything you need in a single place to start your next TALL Stack project.

See some of our 30+ Blade components in a quick overview.

Alerts ๐Ÿ‘‡๐Ÿป

Your text goes here...

... With a lot of color variations

Light

... And with different styles!

Badges ๐Ÿ‘‡๐Ÿป

Your text goes here... ... with a lot of color variations and with different styles

+99

and possibilities!

Modal & Slides ๐Ÿ‘‡๐Ÿป

TallStackUI

... Can you imagine a complete form content here?

TallStackUI

... Can you imagine a big content here?

Tags ๐Ÿ‘‡๐Ÿป

Select your preferred frameworks

Clipboard ๐Ÿ‘‡๐Ÿป

Click to copy the secret content

Date Picker ๐Ÿ‘‡๐Ÿป

Time Picker ๐Ÿ‘‡๐Ÿป

:

:

Select Through API ๐Ÿ‘‡๐Ÿป

Color Picker ๐Ÿ‘‡๐Ÿป

... and Table ๐Ÿ‘‡๐Ÿป

# Member Send Notification
1
Taylor Otwell Taylor Otwell
2
Nuno Maduro Nuno Maduro
3
Dries Vints Dries Vints
4
Jess Archer Jess Archer
5
James Brooks James Brooks

A personalization approach never seen before.

Enjoy soft personalization to customize your components at runtime. In just a few minutes and without technical effort, you can personalize all the TallStackUI components.

use TallStackUi\Facades\TallStackUi;
 
class AppServiceProvider extends ServiceProvider
{
public function boot(): void
{
TallStackUi::personalize()
// Determining the component...
->badge()
// Pointing the block...
->block('wrapper.class')
// Personalizing!
->replace('rounded-md', 'rounded-sm')
// Sequentially we can...
->and()
// Personalize other components!
->avatar()
->block('content.text.class')
->prepend('text-2xl');
}
}

TallStackUI is a project designed, created and mainly maintained by AJ Meireles, in partnership with many incredible developers.