BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Animate UI/components-base-preview-link-card

Preview Link Card

animate-ui/components-base-preview-link-card
FreeComponent

Displays a preview image of a link when hovered.

Install it

npx shadcn@latest add https://animate-ui.com/r/components-base-preview-link-card.json

Source

registry/components/base/preview-link-card/index.tsxanimate-ui.com/r/components-base-preview-link-card.json
1import * as React from 'react';
2
3import {
4 PreviewLinkCard as PreviewLinkCardPrimitive,
5 PreviewLinkCardTrigger as PreviewLinkCardTriggerPrimitive,
6 PreviewLinkCardPortal as PreviewLinkCardPortalPrimitive,
7 PreviewLinkCardPositioner as PreviewLinkCardPositionerPrimitive,
8 PreviewLinkCardPopup as PreviewLinkCardPopupPrimitive,
9 PreviewLinkCardImage as PreviewLinkCardImagePrimitive,
10 PreviewLinkCardBackdrop as PreviewLinkCardBackdropPrimitive,
11 type PreviewLinkCardProps as PreviewLinkCardPrimitiveProps,
12 type PreviewLinkCardTriggerProps as PreviewLinkCardTriggerPrimitiveProps,
13 type PreviewLinkCardPositionerProps as PreviewLinkCardPositionerPrimitiveProps,
14 type PreviewLinkCardPopupProps as PreviewLinkCardPopupPrimitiveProps,
15 type PreviewLinkCardImageProps as PreviewLinkCardImagePrimitiveProps,
16 type PreviewLinkCardBackdropProps as PreviewLinkCardBackdropPrimitiveProps,
17} from '@/components/animate-ui/primitives/base/preview-link-card';
18import { cn } from '@/lib/utils';
19
20type PreviewLinkCardProps = PreviewLinkCardPrimitiveProps;
21
22function PreviewLinkCard(props: PreviewLinkCardProps) {
23 return <PreviewLinkCardPrimitive {...props} />;
24}
25
26type PreviewLinkCardTriggerProps = PreviewLinkCardTriggerPrimitiveProps;
27
28function PreviewLinkCardTrigger(props: PreviewLinkCardTriggerProps) {
29 return <PreviewLinkCardTriggerPrimitive {...props} />;
30}
31
32type PreviewLinkCardPanelProps = PreviewLinkCardPositionerPrimitiveProps &
33 PreviewLinkCardPopupPrimitiveProps;
34
35function PreviewLinkCardPanel({
36 className,
37 align = 'center',
38 sideOffset = 4,
39 style,
40 children,
41 ...props
42}: PreviewLinkCardPanelProps) {
43 return (
44 <PreviewLinkCardPortalPrimitive>
45 <PreviewLinkCardPositionerPrimitive
46 align={align}
47 sideOffset={sideOffset}
48 className="z-50"
49 {...props}
50 >
51 <PreviewLinkCardPopupPrimitive
52 className={cn(
53 'border origin-(--transform-origin) rounded-md shadow-md outline-hidden overflow-hidden',
54 className,
55 )}
56 style={style}
57 >
58 {children}
59 </PreviewLinkCardPopupPrimitive>
60 </PreviewLinkCardPositionerPrimitive>
61 </PreviewLinkCardPortalPrimitive>
62 );
63}
64
65type PreviewLinkCardBackdropProps = PreviewLinkCardBackdropPrimitiveProps;
66
67function PreviewLinkCardBackdrop(props: PreviewLinkCardBackdropProps) {
68 return <PreviewLinkCardBackdropPrimitive {...props} />;
69}
70
71type PreviewLinkCardImageProps = PreviewLinkCardImagePrimitiveProps;
72
73// … truncated

What it pulls in

Other registry items

  • @animate-ui/primitives-base-preview-card

Files it writes

  • registry/components/base/preview-link-card/index.tsx

Facts

Registry
Animate UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

animate-ui.com imskyleen/animate-ui on GitHub Raw registry item This item as JSON

More from Animate UI

All 580 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Avatar Groupcomponents-animate-avatar-groupAnimate UIComponentsFree1 dep
Codecomponents-animate-codeAnimate UIComponentsFree1 dep
Code Tabscomponents-animate-code-tabsAnimate UIComponentsFree1 dep
Cursorcomponents-animate-cursorAnimate UIComponentsFreeno deps
GitHub Stars Wheelcomponents-animate-github-stars-wheelAnimate UIComponentsFree1 dep
Tabscomponents-animate-tabsAnimate UIComponentsFreeno deps
Tooltipcomponents-animate-tooltipAnimate UIComponentsFree1 dep
Bubble Backgroundcomponents-backgrounds-bubbleAnimate UIComponentsFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex