MCPcopy Create free account

hub / github.com/ixartz/SaaS-Boilerplate / functions

Functions88 in github.com/ixartz/SaaS-Boilerplate

↓ 21 callersFunctioncn
(...inputs: ClassValue[])
src/utils/Helpers.ts:7
↓ 9 callersFunctiongetI18nPath
(url: string, locale: string)
src/utils/Helpers.ts:29
↓ 6 callersFunctionuseMenu
(defaultOpen: boolean = false)
src/hooks/UseMenu.ts:8
↓ 2 callersFunctiongetBaseUrl
()
src/utils/Helpers.ts:15
↓ 1 callersFunctioncreateDbConnection
()
src/utils/DBConnection.ts:9
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:7
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:63
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:13
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:29
FunctionActiveLink
(props: { href: string; children: React.ReactNode })
src/components/ActiveLink.tsx:6
FunctionAuthLayout
(props: { children: React.ReactNode; params: Promise<{ locale: string }>; })
src/app/[locale]/(auth)/layout.tsx:6
FunctionBackground
(props: { children: React.ReactNode; className?: string; })
src/components/Background.tsx:3
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<'span'> & VariantProps<type
src/components/ui/badge.tsx:6
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<'button'> & Variant
src/components/ui/button.tsx:6
FunctionCTA
()
src/templates/CTA.tsx:7
FunctionCTABanner
(props: { title: string; description: string; buttons: React.ReactNode; })
src/features/landing/CTABanner.tsx:1
FunctionCenteredContainer
(props: { children: React.ReactNode; })
src/features/dashboard/CenteredContainer.tsx:1
FunctionCenteredFooter
(props: { logo: React.ReactNode; name: string; iconList: React.ReactNode; legalLinks: React.ReactNode;
src/features/landing/CenteredFooter.tsx:4
FunctionCenteredHero
(props: { banner: React.ReactNode; title: React.ReactNode; description: string; buttons: React.ReactNo
src/features/landing/CenteredHero.tsx:1
FunctionCenteredLayout
(props: { children: React.ReactNode; params: Promise<{ locale: string }>; })
src/app/[locale]/(auth)/(center)/layout.tsx:5
FunctionCenteredMenu
(props: { logo: React.ReactNode; children: React.ReactNode; rightMenu: React.ReactNode; })
src/features/landing/CenteredMenu.tsx:8
FunctionDashboardHeader
(props: { menu: { href: string; label: string; }[]; })
src/features/dashboard/DashboardHeader.tsx:14
FunctionDashboardIndexPage
(props: { params: Promise<{ locale: string }>; })
src/app/[locale]/(auth)/dashboard/page.tsx:6
FunctionDashboardLayout
(props: DashboardLayoutProps)
src/app/[locale]/(auth)/dashboard/layout.tsx:23
FunctionDemoBadge
()
src/components/DemoBadge.tsx:1
FunctionDemoBanner
()
src/templates/DemoBanner.tsx:4
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
src/components/ui/dropdown-menu.tsx:7
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
src/components/ui/dropdown-menu.tsx:110
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
src/components/ui/dropdown-menu.tsx:32
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
src/components/ui/dropdown-menu.tsx:65
FunctionDropdownMenuItem
({ className, inset, variant = 'default', ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
src/components/ui/dropdown-menu.tsx:73
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
src/components/ui/dropdown-menu.tsx:193
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
src/components/ui/dropdown-menu.tsx:147
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
src/components/ui/dropdown-menu.tsx:158
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
src/components/ui/dropdown-menu.tsx:216
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/dropdown-menu.tsx:229
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
src/components/ui/dropdown-menu.tsx:245
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
src/components/ui/dropdown-menu.tsx:281
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
src/components/ui/dropdown-menu.tsx:251
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
src/components/ui/dropdown-menu.tsx:21
FunctionFAQ
()
src/templates/FAQ.tsx:5
FunctionFeatureCard
(props: { icon: React.ReactNode; title: string; children: React.ReactNode; })
src/features/landing/FeatureCard.tsx:1
FunctionFeatures
()
src/templates/Features.tsx:6
FunctionFooter
()
src/templates/Footer.tsx:8
FunctionGlobalError
(props: { error: Error & { digest?: string }; })
src/app/global-error.tsx:8
FunctionHero
()
src/templates/Hero.tsx:8
FunctionIndex
(props: IndexProps)
src/app/[locale]/(marketing)/page.tsx:30
FunctionLocaleSwitcher
()
src/components/LocaleSwitcher.tsx:9
FunctionLogo
(props: { isTextHidden?: boolean; })
src/templates/Logo.tsx:3
FunctionLogoCloud
(props: { text: string; children: React.ReactNode; })
src/features/landing/LogoCloud.tsx:1
FunctionMenuToggle
(props: { onClick?: () => void; })
src/components/MenuToggle.tsx:8
FunctionMobileNavigation
(props: { menu: { href: string; label: string; }[]; })
src/features/dashboard/MobileNavigation.tsx:10
FunctionNavbar
()
src/templates/Navbar.tsx:9
FunctionOrganizationMenu
()
src/features/dashboard/OrganizationMenu.tsx:7
FunctionOrganizationProfilePage
(props: { params: Promise<{ locale: string }>; })
src/app/[locale]/(auth)/dashboard/organization-profile/[[...organization-profile]]/page.tsx:6
FunctionOrganizationSelectionPage
(props: OrganizationSelectionProps)
src/app/[locale]/(auth)/onboarding/organization-selection/page.tsx:22
FunctionPageMessage
(props: { icon: React.ReactNode; title: React.ReactNode; description: React.ReactNode; button: React.R
src/features/dashboard/PageMessage.tsx:3
FunctionPricing
()
src/templates/Pricing.tsx:8
FunctionPricingCard
(props: { plan: PricingPlan; button: React.ReactNode; })
src/features/billing/PricingCard.tsx:5
FunctionPricingFeatureItem
(props: { children: React.ReactNode })
src/features/billing/PricingFeatureItem.tsx:1
FunctionPricingFeatureList
(props: Pick<PricingPlan, 'limits'>)
src/features/billing/PricingFeatureList.tsx:5
FunctionRootLayout
(props: { children: React.ReactNode; params: Promise<{ locale: string }>; })
src/app/[locale]/layout.tsx:43
FunctionSection
(props: { children: React.ReactNode; title?: string; subtitle?: string; description?: string; classN
src/features/landing/Section.tsx:3
FunctionSeparator
({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:6
FunctionSignInPage
(props: SignInPageProps)
src/app/[locale]/(auth)/(center)/sign-in/[[...sign-in]]/page.tsx:23
FunctionSignUpPage
(props: SignUpPageProps)
src/app/[locale]/(auth)/(center)/sign-up/[[...sign-up]]/page.tsx:23
FunctionSlashIcon
()
src/features/dashboard/SlashIcon.tsx:1
FunctionSponsorLogos
()
src/features/sponsors/SponsorLogos.tsx:16
FunctionSponsors
()
src/templates/Sponsors.tsx:4
FunctionStickyBanner
(props: { children: React.ReactNode })
src/features/landing/StickyBanner.tsx:1
FunctionTitleBar
(props: { title: React.ReactNode; description?: React.ReactNode; })
src/features/dashboard/TitleBar.tsx:1
FunctionUserProfilePage
(props: { params: Promise<{ locale: string }>; })
src/app/[locale]/(auth)/dashboard/user-profile/[[...user-profile]]/page.tsx:6
FunctionbetterStackSink
(record)
src/libs/Logger.ts:5
FunctioncloseMenu
()
src/hooks/UseMenu.ts:13
FunctiongenerateMetadata
(props: IndexProps)
src/app/[locale]/(marketing)/page.tsx:17
FunctiongenerateMetadata
(props: OrganizationSelectionProps)
src/app/[locale]/(auth)/onboarding/organization-selection/page.tsx:9
FunctiongenerateMetadata
(props: SignUpPageProps)
src/app/[locale]/(auth)/(center)/sign-up/[[...sign-up]]/page.tsx:10
FunctiongenerateMetadata
(props: SignInPageProps)
src/app/[locale]/(auth)/(center)/sign-in/[[...sign-in]]/page.tsx:10
FunctiongenerateMetadata
(props: DashboardLayoutProps)
src/app/[locale]/(auth)/dashboard/layout.tsx:10
FunctiongenerateStaticParams
()
src/app/[locale]/layout.tsx:39
FunctionhandleChange
(newLocale: string)
src/components/LocaleSwitcher.tsx:15
FunctionopenMenu
()
src/hooks/UseMenu.ts:15
Functionproxy
( request: NextRequest, event: NextFetchEvent, )
src/proxy.ts:23
Functionregister
()
src/instrumentation.ts:27
Functionrobots
()
src/app/robots.ts:4
Functionsitemap
()
src/app/sitemap.ts:5
FunctiontoggleMenu
()
src/hooks/UseMenu.ts:11