Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developedbyed/react-gradient-glow
/ functions
Functions
32 in github.com/developedbyed/react-gradient-glow
⨍
Functions
32
◇
Types & classes
7
↓ 20 callers
Function
cn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 2 callers
Function
deleteBox
(id: number)
components/boxes.tsx:23
↓ 2 callers
Method
pause
()
components/ascii-animation.tsx:25
↓ 2 callers
Method
start
()
components/ascii-animation.tsx:20
↓ 1 callers
Function
animateBoxes
()
components/boxes.tsx:31
↓ 1 callers
Function
fetchFrames
()
app/ascii-animation/page.tsx:10
↓ 1 callers
Function
loadFrames
()
components/video-ascii-coin.tsx:21
↓ 1 callers
Function
loadFrames
()
components/ascii-animation.tsx:81
↓ 1 callers
Method
updateFPS
(fps: number)
components/ascii-animation.tsx:16
↓ 1 callers
Function
updateGlow
()
components/glow.tsx:20
Function
ASCIIAnimation
({ frames: providedFrames, className = "", fps = 24, colorOverlay = false, frameCount = 60, frameFolder
components/ascii-animation.tsx:57
Function
About
()
app/about/page.tsx:8
Function
AnimatedText
({ text }: { text: string })
components/animated-text.tsx:4
Function
AsciiAnimation
()
app/ascii-animation/page.tsx:4
Function
Boxes
()
components/boxes.tsx:13
Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:172
Function
Glow
(props: GlowProps)
components/glow.tsx:73
Function
GlowArea
(props: GlowAreaProps)
components/glow.tsx:14
Function
GlowCards
()
components/glow-cards.tsx:13
Function
Home
()
app/page.tsx:7
Function
Nav
()
components/nav.tsx:8
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:23
Function
ThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
components/theme-provider.tsx:6
Function
TransitionProvider
({ children, name, // oldInstance, // newInstance, }: { children: React.ReactNode; name?: string;
components/transition-provider.tsx:14
Function
VideoASCIICoin
({ frameLengthMs = 150, frameCount = 17 }: VideoASCIICoinProps)
components/video-ascii-coin.tsx:10
Method
constructor
(callback: () => void, fps = 30)
components/ascii-animation.tsx:11
Function
handleBlur
()
components/ascii-animation.tsx:133
Function
handleFocus
()
components/ascii-animation.tsx:132
Function
handleMouseLeave
(e: React.MouseEvent<HTMLDivElement>)
components/glow.tsx:46
Function
handleMouseMove
(e: React.MouseEvent<HTMLDivElement>)
components/glow.tsx:34
Function
onUpdate
(instance: ViewTransitionInstance,)
components/transition-provider.tsx:25
Function
toggleAnimation
()
components/video-ascii-coin.tsx:55