Text Link
Lightweight hyperlink without rectangular button style.
Type: "textLink". Inline link without button styling — secondary, low attention.
Props
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
text | string (max 200) | ✓ | "View more" | Link text |
link | string (URL, max 2000) | ✓ | "#" | Destination |
alignment | 'left'|'center'|'right' | ✓ | "left" | Alignment |
Example
{
"id": "tl001abcd",
"type": "textLink",
"props": {
"text": "View all products →",
"link": "/products",
"alignment": "right"
}
}
Button vs Text Link — when?
- Button: primary CTA (Buy, Sign Up, Download). High visibility, conversion focus, supports tracking.
- Text Link: secondary link ("Learn more", "View all →"). Less attention-grabbing. No tracking fields.