Components
Loading preview...
Hover Preview Component that displays image previews above text links when hovering.
npx shadcn@latest add https://21st.dev/r/minhxthanh/hover-previewimport { HoverPreview } from "@/components/ui/hover-preview";
export default function DemoOne() {
return <HoverPreview />;
}