Laravel Link Component
Free · MITA themed anchor that handles external links honestly.
A Link 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::link>
Installation
composer require bluestarsystem/aura-ui
Usage
<x-aura::link href="/docs/components/button">Read the Button docs</x-aura::link>
See the full API, props and live examples in the Link documentation.
Overview
<x-aura::link> is a styled <a> with a visible focus ring and correct handling for links that leave the site.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
href |
string |
'#' |
Destination. |
external |
bool |
false |
Open in a new tab, with the safety and accessibility work that requires. |
underline |
bool |
true |
Underline at rest. false underlines on hover only. |
See more examples and every variant in the Link documentation.