Skip to content

UILink

PropTypeDefaultDescription
hrefstringrequiredLink URL
labelstringrequiredLink text
colorstringCustom link color (sets --tui-link-color)
externalbooleanauto-detectedForces external link behavior (target="_blank")
onClick(event: React.MouseEvent<HTMLAnchorElement>) => voidClick handler

External links (starting with http:// or https://) are auto-detected and open in a new tab.

import { UILink } from "tango-api";
<UILink href="https://docs.tango.dev" label="Documentation" />