Skip to main content

Module link

Module link 

Source
Expand description

Link component - hyperlink text.

The Link component displays underlined text that can optionally be a clickable hyperlink in terminals that support OSC 8.

  • URLs that should be clickable
  • References to documentation
  • “Learn more” or help links

§See also

  • Text — Plain text with underline style
  • Markdown — Auto-converts text to links

Structs§

Link
A component that displays a hyperlink.
LinkProps
Properties for the Link component.

Functions§

link
Helper to create a simple link string (underlined text, no URL).
link_url
Helper to create a link with URL (OSC 8 format).