Skip to main content
AttioLink renders an anchor pointing at a destination. Because it’s a real link, everything the user expects from one works: cmd-click opens it in a new tab, right-click offers “Copy link”, and hovering shows where it goes. Available on pages, record tabs and in dialogs. It is not available on the workspace settings page; use navigate from a button there. For URLs outside Attio, use Link.

Example

src/app/pages/dashboard/at-risk-deals.tsx

Props

Destination
required
Where the link goes, built with Destinations.If the destination can’t be resolved, the link renders its text without a link.
React.ReactNode
required
The link text. Must be a single piece of text; other components are not accepted.