MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / MovingBorder

Function MovingBorder

frontend/src/components/ui/moving-border.tsx:13–112  ·  view source on GitHub ↗
({
  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

Calls 2

cnFunction · 0.90
setMethod · 0.80

Tested by

no test coverage detected