Action

Component

Link

Lightweight inline navigation links with variant styling, auto detected external indicators, optional icons, and configurable underline behavior.

Component Syntax

blade
<x-aura::link href="/docs" variant="default" icon="book-open">
    Documentation
</x-aura::link>

1. Link Variants

blade

2. Link Sizes

blade

3. Links with Icons

blade

4. External Links

blade

5. Real World Action Card Pattern

blade

Project Settings

Configure your repository preferences and team access.

Component Props

Available properties and configurations for the link component.

Prop Default Available Values

variant

default
default subtle muted primary danger

size

md
xs sm md lg

weight

medium
normal medium semibold bold

href

null

URL string

icon

null

Icon name string

iconTrailing

null

Icon name string

external

null
true false

underline

hover
hover always none

disabled

false
true false