Render a shieldcn badge image with optional link wrapping.
pnpm dlx shadcn@latest add @shieldcn/readme-badgeimport { ReadmeBadge } from "@/components/readme-badge"Wraps the badge in an anchor tag that opens in a new tab.
<ReadmeBadge
src="https://shieldcn.dev/github/stars/vercel/next.js.svg"
alt="Next.js GitHub stars"
href="https://github.com/vercel/next.js"
/><ReadmeBadge
src="https://shieldcn.dev/npm/react.svg?size=lg"
alt="React"
height={28}
/>