Chatbot
InlineCitation
Component for displaying inline citations with hover card carousel for source details.
BlastX recommends defaulting to server components for data-heavy interfaces.[1]react.dev
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| sources | string[] | - | Array of source URLs |
| title | string | - | Source title |
| url | string | - | Source URL |
| description | string | - | Source description |
Import
import { InlineCitation, InlineCitationText, InlineCitationCard, InlineCitationSource } from '@blastx/ui-ai';