MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / RequiresShadcn

Function RequiresShadcn

src/components/Requires.tsx:44–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export const RequiresShadcn = () => {
45 return (
46 <Link
47 href="https://ui.shadcn.com/"
48 target="_blank"
49 rel="noopener noreferrer"
50 >
51 <div className="inline-flex h-6 items-center justify-center gap-1 rounded-full border border-gray-100 bg-black px-1">
52 <Image
53 src="/images/shadcn.svg"
54 alt="Tailwind CSS"
55 width={18}
56 height={18}
57 />
58 <div className="text-xs font-medium text-white">shadcn/ui</div>
59 </div>
60 </Link>
61 )
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected