ArticleCard
Article card with prefetch={false} and hover-triggered prefetch.
Not VerifiedComponent1 file
razi-stylelucide-react
Preview
Preview not yet added for ArticleCard.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/article-cardDependencies
npm i lucide-reactUsage
import { ArticleCard } from "@/components/ui/ArticleCard";
export default function Example() {
return <ArticleCard />;
}Source
Loading source...