MCPcopy Create free account

hub / github.com/RexanWONG/text-behind-image / functions

Functions102 in github.com/RexanWONG/text-behind-image

↓ 81 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 26 callersFunctionhandleAttributeChange
(id: number, attribute: string, value: any)
app/app/page.tsx:124
↓ 7 callersFunctiontoast
({ ...props }: Toast)
hooks/use-toast.ts:145
↓ 6 callersFunctionhandlePremiumAttributeChange
(attribute: string, value: any)
components/editor/text-customizer.tsx:78
↓ 5 callersFunctiondispatch
(action: Action)
hooks/use-toast.ts:136
↓ 4 callersFunctionuseToast
()
hooks/use-toast.ts:174
↓ 3 callersFunctionhandleResolutionSelect
(resolution: string)
src/app/app/page.tsx:16
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
hooks/use-toast.ts:61
↓ 2 callersFunctiontriggerDownload
()
app/app/page.tsx:230
↓ 1 callersFunctioncheckUserStatus
()
components/editor/font-picker.tsx:30
↓ 1 callersFunctioncheckUserStatus
()
components/editor/text-customizer.tsx:46
↓ 1 callersFunctiondismiss
()
hooks/use-toast.ts:153
↓ 1 callersFunctionduplicateTextSet
(textSet: any)
app/app/page.tsx:130
↓ 1 callersFunctiongenId
()
hooks/use-toast.ts:30
↓ 1 callersFunctiongetCurrentUser
(userId: string)
app/app/page.tsx:44
↓ 1 callersFunctiongetUserDetails
()
hooks/useUser.tsx:36
↓ 1 callersFunctionhandleClick
(card: Card)
components/ui/layout-grid.tsx:18
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:77
↓ 1 callersFunctionremoveTextSet
(id: number)
app/app/page.tsx:135
↓ 1 callersFunctionrotateDirection
(currentDirection: Direction)
components/ui/hover-border-gradient.tsx:29
↓ 1 callersFunctionsaveCompositeImage
(resolution: string)
src/app/app/page.tsx:22
↓ 1 callersFunctionsetupImage
(imageUrl: string)
app/app/page.tsx:83
↓ 1 callersFunctionsignInWithGoogle
()
components/authenticate.tsx:11
↓ 1 callersFunctionuseUser
()
hooks/useUser.tsx:68
FunctionAdditionalInfo
()
components/additional-info.tsx:9
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionAppAds
()
components/editor/app-ads.tsx:31
FunctionAuthenticate
()
components/authenticate.tsx:7
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBentoGrid
()
components/ui/bento-grid.tsx:10
FunctionBrowserCashAd
()
ads/browsercash.tsx:5
FunctionColorPicker
({ attribute, label, currentColor, handleAttributeChange, })
components/editor/color-picker.tsx:18
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
components/ui/command.tsx:28
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:129
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionFeatureCard
({ children, className, }: { children?: React.ReactNode; className?: string; })
components/ui/bento-grid.tsx:71
FunctionFeatureDescription
({ children }: { children?: React.ReactNode })
components/ui/bento-grid.tsx:93
FunctionFeatureTitle
({ children }: { children?: React.ReactNode })
components/ui/bento-grid.tsx:85
FunctionFirecrawlAd
()
ads/firecrawl.tsx:4
FunctionFontFamilyPicker
({ attribute, currentFont, handleAttributeChange, userId })
components/editor/font-picker.tsx:20
FunctionGlobe
({ className }: { className?: string })
components/ui/bento-grid.tsx:234
FunctionHeroHighlight
({ children, className, containerClassName, }: { children: React.ReactNode; className?: string; co
components/ui/hero-highlight.tsx:6
FunctionHeroImages
()
components/hero-images.tsx:10
FunctionHeroParallaxImages
()
components/hero-parallax-images.tsx:15
FunctionHighlight
({ children, className, }: { children: React.ReactNode; className?: string; })
components/ui/hero-highlight.tsx:63
FunctionHoverBorderGradient
({ children, containerClassName, className, as: Tag = "button", duration = 1, clockwise = true,
components/ui/hover-border-gradient.tsx:9
FunctionImageComponent
({ card }: { card: Card })
components/ui/layout-grid.tsx:62
FunctionInputField
({ attribute, label, currentValue, handleAttributeChange })
components/editor/input-field.tsx:14
FunctionLayoutGrid
({ cards }: { cards: Card[] })
components/ui/layout-grid.tsx:14
FunctionModeToggle
()
components/mode-toggle.tsx:15
FunctionMyUserContextProvider
(props: Props)
hooks/useUser.tsx:25
FunctionNoise
()
components/ui/wobble-card.tsx:68
FunctionPOST
(req: Request, res: Response)
app/api/create-checkout-session/route.ts:3
FunctionPOST
(req: Request)
app/api/cancel-subscription/route.ts:10
FunctionPOST
(req: Request)
app/api/webhook/route.ts:12
FunctionPage
()
src/app/app/page.tsx:7
FunctionPage
()
app/app/page.tsx:30
FunctionPallyyAd
()
ads/pallyy.tsx:6
FunctionParallaxScroll
({ images, className, }: { images: string[] | StaticImageData[]; className?: string; })
components/ui/parallax-scroll.tsx:8
FunctionPayDialog
({ userDetails, userEmail, isOpen, onClose })
components/pay-dialog.tsx:166
FunctionPimpMySnapAd
()
ads/pimpmysnap.tsx:6
FunctionPlanCard
({ userDetails, userEmail, title, description, price, features })
components/pay-dialog.tsx:40
FunctionRandomColorAd
()
ads/randomcolor.tsx:6
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:19
FunctionSelectedCard
({ selected }: { selected: Card | null })
components/ui/layout-grid.tsx:80
FunctionSkeletonFour
()
components/hero-images.tsx:60
FunctionSkeletonFour
()
components/ui/bento-grid.tsx:226
FunctionSkeletonOne
()
components/hero-images.tsx:18
FunctionSkeletonOne
()
components/ui/bento-grid.tsx:107
FunctionSkeletonThree
()
components/hero-images.tsx:32
FunctionSkeletonThree
()
components/ui/bento-grid.tsx:128
FunctionSkeletonTwo
()
components/hero-images.tsx:46
FunctionSkeletonTwo
()
components/ui/bento-grid.tsx:151
FunctionSliderField
({ attribute, label, min, max, step, currentValue, hasTopPadding = true, disab
components/editor/slider-field.tsx:22
FunctionSupabaseProvider
({ children })
providers/SupabaseProvider.tsx:12
FunctionTextCustomizer
({ textSet, handleAttributeChange, removeTextSet, duplicateTextSet, userId })
components/editor/text-customizer.tsx:40
FunctionTextHoverEffect
({ text, duration, }: { text: string; duration?: number; automatic?: boolean; })
components/ui/text-hover-effect.tsx:5
FunctionThemeProvider
({ children, ...props })
components/theme-provider.tsx:6
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionUserProvider
({ children })
providers/UserProvider.tsx:9
FunctionWobbleCard
({ children, containerClassName, className, }: { children: React.ReactNode; containerClassName?: str
components/ui/wobble-card.tsx:6
FunctionaddNewTextSet
()
app/app/page.tsx:103
FunctionaddVariablesForColors
({ addBase, theme })
tailwind.config.js:122
FunctionaddVariablesForColors
({ addBase, theme }: any)
tailwind.config.ts:38
FunctiongenerateHash
(input: string)
lib/utils.ts:8
FunctionhandleCancelSubscription
()
components/pay-dialog.tsx:69
FunctionhandleDirectToPaymentLink
()
components/pay-dialog.tsx:47
FunctionhandleFileChange
(event: React.ChangeEvent<HTMLInputElement>)
app/app/page.tsx:74
FunctionhandleInputChange
(event: React.ChangeEvent<HTMLInputElement>)
components/editor/input-field.tsx:20
FunctionhandleMouseMove
({ currentTarget, clientX, clientY, }: React.MouseEvent<HTMLDivElement>)
components/ui/hero-highlight.tsx:18
FunctionhandleMouseMove
(event: React.MouseEvent<HTMLElement>)
components/ui/wobble-card.tsx:18
FunctionhandleOutsideClick
()
components/ui/layout-grid.tsx:23
FunctionhandleSaveImageClick
()
src/app/app/page.tsx:12
FunctionhandleSliderInputFieldChange
(event: React.ChangeEvent<HTMLInputElement>)
components/editor/slider-field.tsx:34
FunctionhandleUploadImage
()
app/app/page.tsx:63
Functionheaders
()
next.config.mjs:16
Functionpage
()
app/page.tsx:13
next →1–100 of 102, ranked by callers