Skip to content

Laravel Stack Component

Free · MIT

Vertical flow with consistent spacing between children.

A Stack built for the TALL stack — Blade, Livewire 3 & 4, Alpine.js and Tailwind CSS 4. Server-rendered by default and dark-mode ready. Aura's solid-background and border colours are contrast-tested against WCAG 2.1 AA/UI in CI, in both themes — see what's covered. Drop it in with a single Blade tag: <x-aura::stack>

Installation

composer require bluestarsystem/aura-ui

Usage

<x-aura::stack gap="lg">
    <x-aura::field label="Name"><x-aura::input id="name" /></x-aura::field>
    <x-aura::field label="Email"><x-aura::input id="email" /></x-aura::field>
</x-aura::stack>

See the full API, props and live examples in the Stack documentation.

Overview

<x-aura::stack> stacks its children vertically with one gap value, so the rhythm of a form or a card body comes from one place instead of a margin on every child.

Props

Prop Type Default Description
gap string 'md' none, xs, sm, md, lg, xl.
align string|null null Cross-axis alignment: start, center, end, stretch.
as string 'div' Element to render.

See more examples and every variant in the Stack documentation.

Laravel-native
No JavaScript framework. Pure Blade, Livewire & Alpine.
Dark mode & themeable
Tailwind 4 CSS variables and a visual Theme Studio.
Accessible
Colour contrast tested against WCAG 2.1 AA/UI in CI; ARIA attributes on select components.