Function
MovingBorder
({
children,
duration = 2000,
rx = '16px',
ry = '16px',
containerClassName,
borderClassName,
borderWidth = 80, // New prop for border width in pixels
borderHeight = 24, // New prop for border height in pixels
...otherProps
}: {
children: React.ReactNode;
duration?: number;
rx?: string;
ry?: string;
containerClassName?: string;
borderClassName?: string;
borderWidth?: number;
borderHeight?: number;
[key: string]: any;
})
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
nothing calls this directly
Tested by
no test coverage detected