Skip to main content

Common Examples

To use the Citation, import it from @servicetitan/anvil2-ai-kit and pass the required href and text props. Use an on-page anchor for a source list or an external URL for the original source.

New tab

Set target="_blank" for an external source. Citation appends an open-in-new icon, defaults rel to "noopener noreferrer" unless you pass rel, and announces “(opens in a new tab)” to assistive technology.

Inline in text

Citation renders inline and does not split across lines, so it can identify a source without interrupting the surrounding copy.

Internationalization

Citation uses the ai-kit.citation.opensInNewTab message for the new-tab announcement. English is the default. Mount AiKitIntlProvider inside CartoTheme to switch locale or override the string.

React Accessibility

  • text is the visible link text and accessible name.
  • target="_blank" adds a localized new-tab announcement and a trailing icon.
  • Users activate a focused citation with Enter.
Last modified on August 28, 2026