Starting a new project? Use the official TallStackUI starter kit for Laravel 12!

Powerful suite of Blade components for TALL Stack apps.

Documentation

The goal of this page is explain you several things related to the TallStackUI documentation. Although here in this page we can mention some specific things for the version 2.x, several other things can be considered valid for understanding the version 1.x too. We recommend you to read with attention and without hurry, including if you are starting to use TallStackUI now.

The docs offers a search system that can be used to quickly find what you are looking for. You can click on the text box "Quick search...", on the left side of the screen, or press one of the shortcuts, depending on your operating system: Ctrl + K or Cmd + K .

If you look closely, there is a button on the left side of the screen that says "Configure Documentation". Pressing this button will take you to a modal that allows you to configure some aspects of the TallStackUI documentation:

  • "Component Prefix": The code examples of the docs are displayed without the component prefix. You can use this input to set the prefix you are using in your Laravel project. All code examples of the docs will be displayed using the prefix, which makes it easier for you to copy and paste the code examples.
  • "View TailwindCSS examples using v4": You can enable this toggle to have all examples involving TailwindCSS displayed adapted for TailwindCSS v4.

It is normal to expect that code examples in the documentation related to form components have wire:model as part of the example - a statement used to bind values when used in Livewire. However, the documentation omits this statement because it is known that several form components can be used inside or outside the context of Livewire components. You can learn about the components that can be used outside the context by clicking here.