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

Function RequiresFramerMotion

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

Source from the content-addressed store, hash-verified

22}
23
24export const RequiresFramerMotion = () => {
25 return (
26 <Link
27 href="https://www.framer.com/motion/"
28 target="_blank"
29 rel="noopener noreferrer"
30 >
31 <div className="inline-flex h-6 items-center justify-center gap-1 rounded-full border border-gray-100 bg-black px-2">
32 <Image
33 src="/images/framer_dark.svg"
34 alt="Tailwind CSS"
35 width={8}
36 height={8}
37 />
38 <div className="text-xs font-medium text-white">Framer Motion</div>
39 </div>
40 </Link>
41 )
42}
43
44export const RequiresShadcn = () => {
45 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected