a component that renders an image with a fallback if the image fails to load.

Open in

Installation

pnpm dlx shadcn@latest add https://mhl5.vercel.app/r/Img.json

Usage

import Img from "@/components/ui/Img";

<Img
  src="/some-url.png"
  alt="test"
  width={200}
  height={200}
  className="rounded-sm border"
/>