Locara
← All components AI affordances

SourceCard

Favicon + numbered title + domain + snippet. Pairs with CitationChip via hover-sync.

Inspired by Perplexity sources rail, Bing Chat citations.

Preview

What it looks like.

Usage

Drop it into your app.

import { SourceCard } from '@locara/components'

<SourceCard number={1} title="Apple reveals M3 Ultra…" domain="apple.com"
  snippet="M3 Ultra features the most powerful CPU and GPU…" href={url} />

Or copy the source into your repo: locara add source-card