A simple and elegant Vercel logo component. Perfect for "Built with Vercel" badges or social links.

Preview

Vercel Logo

Static

Install

Add the item with the shadcn CLI.

npx shadcn@latest add @evilbuttons/vercel

Usage

[]txt
import VercelLogo from "@/components/evil-buttons/logo/vercel";

export function LogoDemo() {
  return (
    <VercelLogo />
  );
}

Props

The base component doesn't take props by default, but you can easily extend it to accept className and size properties.

Registry

The registry item includes components/evil-buttons/logo/vercel.tsx.