1 | |
A primary Control/Regular link with exact text/paragraph underline states and an optional caller-selected Central icon.
| Prop | Type | Default |
|---|---|---|
label
Link text. Also accepts a content block.
|
String | nil |
href
The link target.
|
String | nil |
icon
Optional caller-selected Central icon name, rendered via IconComponent (16px, primary). Not a permanent Link fixture.
|
String | nil |
selected
When true, carries a persistent solid underline.
|
Boolean | false |
contained_in
One of CONTAINED_INS — where the link lives, which sets the underline: "text" (default, UI chrome — no underline until hover) · "paragraph" (running text — dotted underline, solid on hover). A link inside a `<p>` gets the paragraph style automatically.
|
String | "text" |
**html_options
Any extra HTML attributes (data-*, aria-*, class, …).
|
Hash | — |