Link
A styled anchor component with variant support and external link handling.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Link />
Pick a variant to see it applied live.
This is a "default" link — hover meAPI Reference
Link
| Property | Type | Default | Description |
|---|---|---|---|
| Href | string? | — | The URL the anchor links to. |
| Variant | string | "default" | Visual style. Values: "default" (primary color, hover underline), "muted" (muted color), "underline" (always underlined). |
| External | bool | false | Opens the link in a new tab with target="_blank" and rel="noopener noreferrer". |
| Size | string? | — | Text size. Maps to text-{value} (e.g. "xs", "sm", "lg"). |