()
| 22 | } |
| 23 | |
| 24 | export 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 | |
| 44 | export const RequiresShadcn = () => { |
| 45 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected