Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nutlope/logocreator
/ functions
Functions
23 in github.com/Nutlope/logocreator
⨍
Functions
23
◇
Types & classes
2
↓ 24 callers
Function
cn
(...inputs: ClassValue[])
app/lib/utils.ts:4
↓ 5 callers
Function
dispatch
(action: Action)
hooks/use-toast.ts:134
↓ 2 callers
Function
addToRemoveQueue
(toastId: string)
hooks/use-toast.ts:59
↓ 2 callers
Function
toast
({ ...props }: Toast)
hooks/use-toast.ts:143
↓ 1 callers
Function
dismiss
()
hooks/use-toast.ts:151
↓ 1 callers
Function
genId
()
hooks/use-toast.ts:28
↓ 1 callers
Function
generateLogo
()
app/page.tsx:83
↓ 1 callers
Function
reducer
(state: State, action: Action)
hooks/use-toast.ts:75
↓ 1 callers
Function
useToast
()
hooks/use-toast.ts:172
Function
DialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
app/components/ui/dialog.tsx:70
Function
DialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
app/components/ui/dialog.tsx:56
Function
Footer
()
app/components/Footer.tsx:5
Function
Header
({ className }: { className: string })
app/components/Header.tsx:12
Function
InfoTooltip
({ content }: { content: string })
app/components/InfoToolTip.tsx:9
Function
POST
(req: Request)
app/api/generate-logo/route.ts:10
Function
Page
()
app/page.tsx:55
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:43
Function
Spinner
({ loading = true, children, className = "", }: { loading?: boolean; children?: ReactNode; classNa
app/components/Spinner.tsx:3
Function
Toaster
()
app/components/ui/toaster.tsx:13
Function
cn
(...inputs: ClassValue[])
lib/utils.ts:4
Function
handleAPIKeyChange
(e: React.ChangeEvent<HTMLInputElement>)
app/page.tsx:77
Function
middleware
( req: NextRequest, evt: NextFetchEvent, )
middleware.ts:5
Function
update
(props: ToasterToast)
hooks/use-toast.ts:146