MCPcopy Create free account

hub / github.com/NextJSTemplates/play-nextjs / functions

Functions84 in github.com/NextJSTemplates/play-nextjs

↓ 4 callersFunctiongetAllPosts
(fields: string[] = [])
src/utils/markdown.ts:53
↓ 3 callersFunctiongetPostBySlug
(slug: string, fields: string[] = [])
src/utils/markdown.ts:11
↓ 2 callersFunctionhandleSubmenu
(index: any)
src/components/Header/index.tsx:36
↓ 1 callersFunctiongetPostSlugs
()
src/utils/markdown.ts:7
↓ 1 callersFunctionmarkdownToHtml
(markdown: string)
src/utils/markdownToHtml.ts:4
↓ 1 callersFunctionprocessImages
(content: string)
src/utils/markdown.ts:24
↓ 1 callersFunctionsendEmail
(data: EmailPayload)
src/utils/email.ts:20
↓ 1 callersFunctionvalidateEmail
(email: string)
src/utils/validateEmail.ts:1
↓ 1 callersFunctionverifyToken
()
src/components/Auth/ResetPassword/index.tsx:24
FunctionAbout
()
src/components/About/index.tsx:4
FunctionAboutPage
()
src/app/(site)/about/page.tsx:12
FunctionAuthorQuote
()
src/components/Blog/AuthorQuote.tsx:3
FunctionBlog
()
src/components/Blog/index.tsx:1
FunctionBlog
()
src/app/(site)/blogs/page.tsx:12
FunctionBreadcrumb
({ pageName, pageDescription, }: { pageName: string; pageDescription?: string; })
src/components/Common/Breadcrumb.tsx:3
FunctionCallToAction
()
src/components/CallToAction/index.tsx:3
FunctionClients
()
src/components/Clients/index.tsx:4
FunctionContact
()
src/components/Contact/index.tsx:1
FunctionContactPage
()
src/app/(site)/contact/page.tsx:11
FunctionErrorPage
()
src/app/not-found.tsx:9
FunctionErrorPage
()
src/app/(site)/error/page.tsx:9
FunctionFaq
()
src/components/Faq/index.tsx:4
FunctionFeatures
()
src/components/Features/index.tsx:5
FunctionFooter
()
src/components/Footer/index.tsx:4
FunctionForgotPassword
()
src/components/Auth/ForgotPassword/index.tsx:10
FunctionForgotPasswordPage
()
src/app/(site)/(auth)/forgot-password/page.tsx:10
FunctionHead
()
src/app/head.tsx:1
FunctionHeader
()
src/components/Header/index.tsx:11
FunctionHero
()
src/components/Hero/index.tsx:4
FunctionHome
()
src/app/page.tsx:21
FunctionHomeBlogSection
({ posts }: any)
src/components/Blog/HomeBlogSection.tsx:4
FunctionLoader
()
src/components/Common/Loader.tsx:3
FunctionMagicLink
()
src/components/Auth/MagicLink/index.tsx:8
FunctionNewsletter
()
src/components/Blog/Newsletter.tsx:1
FunctionNotFound
()
src/components/NotFound/index.tsx:5
FunctionOfferList
({ text }: { text: string })
src/components/Pricing/OfferList.tsx:1
FunctionPOST
(request: Request)
src/app/api/forgot-password/reset/route.ts:6
FunctionPOST
(request: Request)
src/app/api/forgot-password/update/route.ts:5
FunctionPOST
(request: Request)
src/app/api/forgot-password/verify-token/route.ts:4
FunctionPOST
(request: NextRequest)
src/app/api/payment/route.ts:4
FunctionPOST
(request: any)
src/app/api/register/route.ts:5
FunctionPopularArticle
(props: { image: string; title: string; name: string; })
src/components/Blog/PopularArticle.tsx:4
FunctionPost
({ params }: Props)
src/app/(site)/blogs/[slug]/page.tsx:64
FunctionPreLoader
()
src/components/Common/PreLoader.tsx:3
FunctionPricing
()
src/components/Pricing/index.tsx:6
FunctionPricingBox
({ product }: { product: Price })
src/components/Pricing/PricingBox.tsx:6
FunctionPricingPage
()
src/app/(site)/pricing/page.tsx:12
FunctionProviders
({ children }: PropsWithChildren)
src/app/providers.tsx:8
FunctionResetPassword
({ token }: { token: string })
src/components/Auth/ResetPassword/index.tsx:10
FunctionResetPasswordPage
({ params, }: { params: Promise<{ token: string }>; })
src/app/(site)/(auth)/reset-password/[token]/page.tsx:9
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
src/app/layout.tsx:8
FunctionScrollToTop
()
src/components/ScrollToTop/index.tsx:5
FunctionScrollUp
()
src/components/Common/ScrollUp.tsx:5
FunctionSectionTitle
({ subtitle, title, paragraph, width = "635px", center, }: { subtitle?: string; title: string;
src/components/Common/SectionTitle.tsx:1
FunctionSharePost
()
src/components/Blog/SharePost.tsx:3
FunctionSignUp
()
src/components/Auth/SignUp/index.tsx:12
FunctionSignin
()
src/components/Auth/SignIn/index.tsx:13
FunctionSigninPage
()
src/app/(site)/(auth)/signin/page.tsx:10
FunctionSignupPage
()
src/app/(site)/(auth)/signup/page.tsx:10
FunctionSingleBlog
({ blog }: { blog: Blog })
src/components/Blog/SingleBlog.tsx:6
FunctionSingleClient
({ client }: { client: Client })
src/components/Clients/SingleClient.tsx:5
FunctionSingleFaq
(props: { question: string; answer: string })
src/components/Faq/SingleFaq.tsx:1
FunctionSingleFeature
({ feature }: { feature: Feature })
src/components/Features/SingleFeature.tsx:4
FunctionSingleTeam
({ team }: { team: TeamType })
src/components/Team/SingleTeam.tsx:5
FunctionSingleTestimonial
({ testimonial }: { testimonial: Testimonial })
src/components/Testimonials/SingleTestimonial.tsx:9
FunctionSocialSignIn
()
src/components/Auth/SocialSignIn.tsx:4
FunctionSwitchOption
({ isPassword, setIsPassword, }: { isPassword: boolean; setIsPassword: any; })
src/components/Auth/SwitchOption/index.tsx:3
FunctionTagButton
({ href = "#0", text }: { href?: string; text: string })
src/components/Blog/TagButton.tsx:3
FunctionTeam
()
src/components/Team/index.tsx:44
FunctionTestimonials
()
src/components/Testimonials/index.tsx:35
FunctionThemeToggler
()
src/components/Header/ThemeToggler.tsx:3
Functionauthorize
(credentials)
src/utils/auth.ts:31
FunctiongenerateMetadata
({ params }: Props)
src/app/(site)/blogs/[slug]/page.tsx:15
FunctionhandleChange
(e: React.ChangeEvent<HTMLInputElement>)
src/components/Auth/ResetPassword/index.tsx:45
FunctionhandleStickyNavbar
()
src/components/Header/index.tsx:23
FunctionhandleSubmit
(e: React.FormEvent<HTMLFormElement>)
src/components/Auth/ResetPassword/index.tsx:52
FunctionhandleSubmit
(e: any)
src/components/Auth/ForgotPassword/index.tsx:14
FunctionhandleSubmit
(e: any)
src/components/Auth/MagicLink/index.tsx:12
FunctionhandleSubmit
(e: any)
src/components/Auth/SignUp/index.tsx:17
FunctionhandleSubscription
(e: any)
src/components/Pricing/PricingBox.tsx:8
FunctionloginUser
(e: any)
src/components/Auth/SignIn/index.tsx:25
FunctionnavbarToggleHandler
()
src/components/Header/index.tsx:17
FunctionscrollToTop
()
src/components/ScrollToTop/index.tsx:10
FunctiontoggleVisibility
()
src/components/ScrollToTop/index.tsx:19