MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / ThreeDCardProps

Interface ThreeDCardProps

components/3d-card.tsx:12–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from "react";
11
12interface ThreeDCardProps {
13 children: ReactNode;
14 className?: string;
15 innerId?: string;
16 maxRotation?: number;
17 glowOpacity?: number;
18 shadowBlur?: number;
19 parallaxOffset?: number;
20 transitionDuration?: string;
21 backgroundImage?: string | null;
22 enableGlow?: boolean;
23 enableShadow?: boolean;
24 enableParallax?: boolean;
25 hoverPadding?: number;
26 trackOnWindow?: boolean;
27}
28
29function ThreeDCard({
30 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected