- Implementation
- Citation Props
Common Examples
To use theCitation, 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
Settarget="_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
textis 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.